Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed Jan 24, 2025
1 parent 74d8a9d commit 6e737b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 6e737b1

Please sign in to comment.