Skip to content

Commit 8030f05

Browse files
authored
Update README.md with torch_xla-2.8.0 wheels (pytorch#8870)
1 parent 2ad5b5d commit 8030f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To install PyTorch/XLA nightly build in a new TPU VM:
4040

4141
```sh
4242
pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
43-
pip install 'torch_xla[tpu] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.7.0.dev+cxx11-cp310-cp310-linux_x86_64.whl' \
43+
pip install 'torch_xla[tpu] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev-cp310-cp310-linux_x86_64.whl' \
4444
-f https://storage.googleapis.com/libtpu-releases/index.html \
4545
-f https://storage.googleapis.com/libtpu-wheels/index.html
4646

@@ -239,7 +239,7 @@ You can also add `yyyymmdd` like `torch_xla-2.8.0.devyyyymmdd` (or the latest de
239239
to get the nightly wheel of a specified date. Here is an example:
240240

241241
```
242-
pip3 install torch==2.8.0.dev20250124+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
242+
pip3 install torch==2.8.0.dev20250318+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
243243
pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250318-cp310-cp310-linux_x86_64.whl
244244
```
245245

0 commit comments

Comments
 (0)