File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ To install PyTorch/XLA nightly build in a new TPU VM:
40
40
41
41
``` sh
42
42
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' \
44
44
-f https://storage.googleapis.com/libtpu-releases/index.html \
45
45
-f https://storage.googleapis.com/libtpu-wheels/index.html
46
46
@@ -239,7 +239,7 @@ You can also add `yyyymmdd` like `torch_xla-2.8.0.devyyyymmdd` (or the latest de
239
239
to get the nightly wheel of a specified date. Here is an example:
240
240
241
241
```
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
243
243
pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250318-cp310-cp310-linux_x86_64.whl
244
244
```
245
245
You can’t perform that action at this time.
0 commit comments