From 6e737b10465479985921898e184cfddfe00f980d Mon Sep 17 00:00:00 2001 From: zpcore Date: Fri, 24 Jan 2025 23:07:53 +0000 Subject: [PATCH] fix package --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index c13cec9afa4f..dc01f69caacf 100644 --- a/setup.py +++ b/setup.py @@ -65,10 +65,10 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) USE_NIGHTLY = True # whether to use nightly or stable libtpu and jax -_date = '20250123' -_libtpu_version = f'0.0.8' -_jax_version = f'0.5.1' -_jaxlib_version = f'0.5.1' +_date = '20250121' +_libtpu_version = '0.0.8' +_jax_version = '0.5.1' +_jaxlib_version = '0.5.1' _libtpu_wheel_name = f'libtpu-{_libtpu_version}' _libtpu_storage_directory = 'libtpu-lts-releases'