Skip to content

Commit 5d3c70e

Browse files
authored
Remove unnecessary registries for 2.7 install instructions (#9012)
1 parent ab93be8 commit 5d3c70e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ started:
2626
To install PyTorch/XLA stable build in a new TPU VM:
2727

2828
```sh
29-
pip install torch~=2.6.0 'torch_xla[tpu]~=2.6.0' \
30-
-f https://storage.googleapis.com/libtpu-releases/index.html \
31-
-f https://storage.googleapis.com/libtpu-wheels/index.html
29+
pip install torch~=2.7.0 'torch_xla[tpu]~=2.7.0'
3230

3331
# Optional: if you're using custom kernels, install pallas dependencies
3432
pip install 'torch_xla[pallas]' \

0 commit comments

Comments
 (0)