Skip to content

Commit

Permalink
Update JAX version to fix TPU CI (#7601)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Jul 1, 2024
1 parent 755ae84 commit 593dce8
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 = '20240628'
_libtpu_version = f'0.1.dev{_date}'
_libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'
_jax_version = f'0.4.30.dev{_date}'
_jax_version = f'0.4.31.dev{_date}'


def _get_build_mode():
Expand Down

0 comments on commit 593dce8

Please sign in to comment.