diff --git a/WORKSPACE b/WORKSPACE index bd9c71e4453..5d0f2a7c931 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 = '1bb87a7438381502a545dccfceb9827ea7085858' +xla_hash = '98db3e8c8f64dede911fd97605f76aaf6ede1153' http_archive( name = "xla", diff --git a/setup.py b/setup.py index 7f0e1a0b9f0..6f81877d0d2 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) -_date = '20240523' +_date = '20240527' _libtpu_version = f'0.1.dev{_date}' _libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl' _jax_version = f'0.4.29.dev{_date}'