@@ -40,7 +40,7 @@ To install PyTorch/XLA nightly build in a new TPU VM:
4040``` sh
4141pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
4242# 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' \
4444 -f https://storage.googleapis.com/libtpu-wheels/index.html
4545```
4646
@@ -259,32 +259,31 @@ GPU release builds and GPU/TPU nightly builds are available in our public GCS bu
259259
260260| Version | Cloud GPU VM Wheels |
261261| --- | ----------- |
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 ` |
263262| 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 ` |
264263| 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 ` |
269267
270268#### Use nightly build
271269
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)
273271to get the nightly wheel of a specified date. Here is an example:
274272
275273```
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
278276```
279277
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/ .
281279
282280<details >
283281
284282<summary >older versions</summary >
285283
286284| Version | Cloud TPU VMs Wheel |
287285| ---------| -------------------|
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 ` |
288287| 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 ` |
289288| 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 ` |
290289| 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