Skip to content

Commit

Permalink
revert change of jax version in cherry-pick PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Sep 27, 2024
1 parent 69d4364 commit 48bdcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
_date = '20240913'
_libtpu_version = f'0.1.dev{_date}'
_libtpu_storage_path = f'https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}+nightly-py3-none-any.whl'
_jax_version = f'0.4.33'
_jax_version = f'0.4.33.dev{_date}'


def _get_build_mode():
Expand Down

0 comments on commit 48bdcae

Please sign in to comment.