@@ -40,7 +40,7 @@ To install PyTorch/XLA nightly build in a new TPU VM:
40
40
``` sh
41
41
pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
42
42
# Edit `cp310-cp310` to fit your desired Python version as needed
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' \
43
+ pip install ' torch_xla[tpu] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9 .0.dev-cp312-cp312 -linux_x86_64.whl' \
44
44
-f https://storage.googleapis.com/libtpu-wheels/index.html
45
45
```
46
46
@@ -259,32 +259,31 @@ GPU release builds and GPU/TPU nightly builds are available in our public GCS bu
259
259
260
260
| Version | Cloud GPU VM Wheels |
261
261
| --- | ----------- |
262
- | 2.7 (CUDA 12.6 + Python 3.9) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.6/torch_xla-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl ` |
263
262
| 2.7 (CUDA 12.6 + Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.6/torch_xla-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl ` |
264
263
| 2.7 (CUDA 12.6 + Python 3.11) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.1/torch_xla-2.5.0-cp311-cp311-manylinux_2_28_x86_64.whl ` |
265
- | nightly (Python 3.9) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev-cp39-cp39-linux_x86_64.whl ` |
266
- | nightly (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev-cp310-cp310-linux_x86_64.whl ` |
267
- | nightly (Python 3.11) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev-cp311-cp311-linux_x86_64.whl ` |
268
- | nightly (CUDA 12.6 + Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.6/torch_xla-2.8.0.dev-cp310-cp310-linux_x86_64.whl ` |
264
+ | nightly (Python 3.11) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev-cp311-cp311-linux_x86_64.whl ` |
265
+ | nightly (Python 3.12) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev-cp312-cp312-linux_x86_64.whl ` |
266
+ | nightly (Python 3.13) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev-cp312-cp312-linux_x86_64.whl ` |
269
267
270
268
#### Use nightly build
271
269
272
- You can also add ` yyyymmdd ` like ` torch_xla-2.8 .0.devyyyymmdd ` (or the latest dev version)
270
+ You can also add ` yyyymmdd ` like ` torch_xla-2.9 .0.devyyyymmdd ` (or the latest dev version)
273
271
to get the nightly wheel of a specified date. Here is an example:
274
272
275
273
```
276
- pip3 install torch==2.8 .0.dev20250423+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
277
- pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8 .0.dev20250423-cp310-cp310-linux_x86_64.whl
274
+ pip3 install torch==2.9 .0.dev20250423+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
275
+ pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9 .0.dev20250423-cp310-cp310-linux_x86_64.whl
278
276
```
279
277
280
- The torch wheel version ` 2.8 .0.dev20250423+cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
278
+ The torch wheel version ` 2.9 .0.dev20250423+cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
281
279
282
280
<details >
283
281
284
282
<summary >older versions</summary >
285
283
286
284
| Version | Cloud TPU VMs Wheel |
287
285
| ---------| -------------------|
286
+ | 2.7 (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl ` |
288
287
| 2.6 (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.6.0-cp310-cp310-manylinux_2_28_x86_64.whl ` |
289
288
| 2.5 (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5.0-cp310-cp310-manylinux_2_28_x86_64.whl ` |
290
289
| 2.4 (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl ` |
0 commit comments