We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab93be8 commit 5d3c70eCopy full SHA for 5d3c70e
README.md
@@ -26,9 +26,7 @@ started:
26
To install PyTorch/XLA stable build in a new TPU VM:
27
28
```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
+pip install torch~=2.7.0 'torch_xla[tpu]~=2.7.0'
32
33
# Optional: if you're using custom kernels, install pallas dependencies
34
pip install 'torch_xla[pallas]' \
0 commit comments