From c893ce3125a0eb2332d4095f2d1291fc86989318 Mon Sep 17 00:00:00 2001 From: Yifei Teng Date: Sun, 6 Apr 2025 10:54:00 -0700 Subject: [PATCH 1/2] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d660b0d947f..4ec45a6a007 100644 --- a/setup.py +++ b/setup.py @@ -67,8 +67,8 @@ USE_NIGHTLY = True # whether to use nightly or stable libtpu and jax -_date = '20250331' -_libtpu_version = '0.0.12' +_date = '20250406' +_libtpu_version = '0.0.13' _jax_version = '0.5.4' _jaxlib_version = '0.5.4' From ea5ff1b20d80e7f0dd29082360d888a6b8cad8b0 Mon Sep 17 00:00:00 2001 From: Yifei Teng Date: Sun, 6 Apr 2025 17:58:29 +0000 Subject: [PATCH 2/2] Update OpenXLA commit --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 85a18099a50..3aa442bc650 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -46,7 +46,7 @@ new_local_repository( # To build PyTorch/XLA with OpenXLA to a new revision, update following xla_hash to # the openxla git commit hash. -xla_hash = '93360b5329638cda0e913635536b7dab72d9e0cd' +xla_hash = 'be767afe3f8749c6689b33323859d1a657893d14' http_archive( name = "xla",