Skip to content

Commit

Permalink
[r2.3] Update XLA pin (#6797) (#6811)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh authored Mar 25, 2024
1 parent 3522be1 commit 7e8b8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ http_archive(
"//openxla_patches:gpu_race_condition.diff",
"//openxla_patches:f16_abi_clang.diff",
],
strip_prefix = "xla-25c8a6781af6be51d3bc43a0953b07803ab761ea",
strip_prefix = "xla-01c52f2921c0eda9fdcc15d13227fbde08cbaca4",
urls = [
"https://github.com/openxla/xla/archive/25c8a6781af6be51d3bc43a0953b07803ab761ea.tar.gz",
"https://github.com/openxla/xla/archive/01c52f2921c0eda9fdcc15d13227fbde08cbaca4.tar.gz",
],
)

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 = '20240320'
_date = '20240322'
_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.26.dev{_date}'
Expand Down

0 comments on commit 7e8b8fb

Please sign in to comment.