Skip to content

Commit

Permalink
update libtpu link in r1.10 (#3198)
Browse files Browse the repository at this point in the history
update libtpu link
  • Loading branch information
miaoshasha authored Nov 2, 2021
1 parent 02183a0 commit 81d26e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
base_dir = os.path.dirname(os.path.abspath(__file__))
third_party_path = os.path.join(base_dir, 'third_party')

_libtpu_version = '0.1.dev20211013'
_litbpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts-dev/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'
_libtpu_version = '0.1.dev20211015'
_litbpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'


def _get_build_mode():
Expand Down

0 comments on commit 81d26e3

Please sign in to comment.