Skip to content

Commit 8bed179

Browse files
jcyang43yaochengji
andauthored
[TPU] update torch_xla dependency for PyPI compatibility (#25278)
Signed-off-by: Johnny Yang <johnnyyang@google.com> Co-authored-by: Chengji Yao <chengjiyao@google.com>
1 parent f552d5e commit 8bed179

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

requirements/tpu.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,4 @@ nixl==0.3.0
1414
tpu_info==0.4.0
1515

1616
# Install torch_xla
17-
--pre
18-
--extra-index-url https://download.pytorch.org/whl/nightly/cpu
19-
--find-links https://storage.googleapis.com/libtpu-wheels/index.html
20-
--find-links https://storage.googleapis.com/libtpu-releases/index.html
21-
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
22-
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
23-
torch==2.9.0.dev20250730
24-
torchvision==0.24.0.dev20250730
25-
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250730-cp311-cp311-linux_x86_64.whl ; python_version == "3.11"
26-
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250730-cp312-cp312-linux_x86_64.whl ; python_version == "3.12"
27-
17+
torch_xla[tpu, pallas]==2.8.0

0 commit comments

Comments
 (0)