From 346c037d63934c93860d83368e45be1c7486d860 Mon Sep 17 00:00:00 2001 From: Han Qi Date: Wed, 11 Oct 2023 04:12:39 +0000 Subject: [PATCH] move libtpu to oct 10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index adac5788f13..ba579219060 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) -_libtpu_version = '0.1.dev20231009' +_libtpu_version = '0.1.dev20231010' _libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'