From 18075058156551b28680af13d906a8ea6fde85da Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:35:59 -0700 Subject: [PATCH] [OpenXLA/libtpu pin Update] Update to Oct20 (#8311) --- WORKSPACE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4fb7ef2c5b7..cef4ec5d59a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,7 +50,7 @@ new_local_repository( # curl -L https://github.com/openxla/xla/archive/.tar.gz | sha256sum # and update the sha256 with the result. -xla_hash = 'eef7ee50d0980848436f0b4f402cec8c5bf86f21' +xla_hash = 'f8eded9d390de4c72b82f1e2bfaca9b8d737761c' http_archive( name = "xla", diff --git a/setup.py b/setup.py index 7973a9b782d..15cd31b5e9e 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) -_date = '20241015' +_date = '20241020' _libtpu_version = f'0.1.dev{_date}' _libtpu_storage_path = f'https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}+nightly-py3-none-any.whl' _jax_version = f'0.4.35.dev{_date}'