From f9e20d58754283de87b2ed35cc9df58bcdff2073 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Sat, 24 Feb 2024 10:24:33 -0800 Subject: [PATCH] Start the release of jax and jaxlib 0.4.25 PiperOrigin-RevId: 610020972 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 08db2b474148..bb18c027cb8c 100644 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ project_name = 'jax' -_current_jaxlib_version = '0.4.24' +_current_jaxlib_version = '0.4.25' # The following should be updated with each new jaxlib release. _latest_jaxlib_version_on_pypi = '0.4.24' _available_cuda11_cudnn_versions = ['86'] _default_cuda11_cudnn_version = '86' _default_cuda12_cudnn_version = '89' -_libtpu_version = '0.1.dev20240205' +_libtpu_version = '0.1.dev20240224' def load_version_module(pkg_path): spec = importlib.util.spec_from_file_location(