From f8e6a0102953bf9c9ff953fc92c5a802ad8013d2 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:39:42 -0700 Subject: [PATCH 1/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5e1d598e72..c8d102cba74 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}' From 6adbf6cdbc4fb58abcee33332724e3fd94d90a18 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:41:07 -0700 Subject: [PATCH 2/4] Update WORKSPACE to Oct20 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From abc6be50df45be99fc0a2f9c59473fb70d34cbb6 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:16:21 -0700 Subject: [PATCH 3/4] format triiger TPU CI test --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c8d102cba74..7d52c9a6d41 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) + _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' From f2af350faf89a28f9c0b6625ff779a48f91bab76 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:20:36 -0700 Subject: [PATCH 4/4] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7d52c9a6d41..c8d102cba74 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,6 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) - _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'