Skip to content

Commit 0837fac

Browse files
authored
Pin update to 20250406 (#8945)
1 parent 9ec626e commit 0837fac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ new_local_repository(
4646

4747
# To build PyTorch/XLA with OpenXLA to a new revision, update following xla_hash to
4848
# the openxla git commit hash.
49-
xla_hash = '93360b5329638cda0e913635536b7dab72d9e0cd'
49+
xla_hash = 'be767afe3f8749c6689b33323859d1a657893d14'
5050

5151
http_archive(
5252
name = "xla",

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
USE_NIGHTLY = True # whether to use nightly or stable libtpu and jax
6969

70-
_date = '20250331'
71-
_libtpu_version = '0.0.12'
70+
_date = '20250406'
71+
_libtpu_version = '0.0.13'
7272
_jax_version = '0.5.4'
7373
_jaxlib_version = '0.5.4'
7474

0 commit comments

Comments
 (0)