We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec626e commit 0837facCopy full SHA for 0837fac
WORKSPACE
@@ -46,7 +46,7 @@ new_local_repository(
46
47
# To build PyTorch/XLA with OpenXLA to a new revision, update following xla_hash to
48
# the openxla git commit hash.
49
-xla_hash = '93360b5329638cda0e913635536b7dab72d9e0cd'
+xla_hash = 'be767afe3f8749c6689b33323859d1a657893d14'
50
51
http_archive(
52
name = "xla",
setup.py
@@ -67,8 +67,8 @@
67
68
USE_NIGHTLY = True # whether to use nightly or stable libtpu and jax
69
70
-_date = '20250331'
71
-_libtpu_version = '0.0.12'
+_date = '20250406'
+_libtpu_version = '0.0.13'
72
_jax_version = '0.5.4'
73
_jaxlib_version = '0.5.4'
74
0 commit comments