Skip to content

Commit

Permalink
[cherry-pick] R2.5.1 cherry pick 8311 (#8316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Oct 25, 2024
1 parent 948e728 commit 9b87f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ new_local_repository(
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update the sha256 with the result.

xla_hash = 'eef7ee50d0980848436f0b4f402cec8c5bf86f21'
xla_hash = 'f8eded9d390de4c72b82f1e2bfaca9b8d737761c'

http_archive(
name = "xla",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

base_dir = os.path.dirname(os.path.abspath(__file__))

_date = '20241015'
_date = '20241020'
_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.35.dev{_date}'
Expand Down

0 comments on commit 9b87f40

Please sign in to comment.