Skip to content

Commit

Permalink
Update XLA pin as of 20240528 (#7131)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@t1v-n-4989e8c7-w-0.us-central2-b.c.tpu-pytorch.internal>
  • Loading branch information
wonjoolee95 and root authored May 29, 2024
1 parent 15fc0f1 commit 6f406b7
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 = '1bb87a7438381502a545dccfceb9827ea7085858'
xla_hash = '98db3e8c8f64dede911fd97605f76aaf6ede1153'

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 = '20240523'
_date = '20240527'
_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.29.dev{_date}'
Expand Down

0 comments on commit 6f406b7

Please sign in to comment.