Skip to content

Commit 813ffe5

Browse files
authored
Remove tpuvm dependency from r2.4 branch (#7734)
1 parent dc0acb4 commit 813ffe5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ def run(self):
313313
# pip install torch_xla[tpu] -f https://storage.googleapis.com/libtpu-releases/index.html
314314
'tpu': [f'libtpu-nightly=={_libtpu_version}'],
315315
# On nightly, install libtpu with `pip install torch_xla[tpuvm]`
316-
# Remove from release branches since this is not allowed by PyPI.
317-
'tpuvm': [f'libtpu-nightly @ {_libtpu_storage_path}'],
318316
# pip install torch_xla[pallas] -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
319317
'pallas': [f'jaxlib=={_jax_version}', f'jax=={_jax_version}'],
320318
},

0 commit comments

Comments
 (0)