@@ -160,33 +160,33 @@ GPU and nightly builds are available in our public GCS bucket.
160
160
| 2.4 (CUDA 12.4 + Python 3.9) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.4/torch_xla-2.4.0-cp39-cp39-linux_x86_64.whl ` |
161
161
| 2.4 (CUDA 12.4 + Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.4/torch_xla-2.4.0-cp310-cp310-linux_x86_64.whl ` |
162
162
| 2.4 (CUDA 12.4 + Python 3.11) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.4/torch_xla-2.4.0-cp311-cp311-linux_x86_64.whl ` |
163
- | nightly (Python 3.8) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5 .0.dev-cp38-cp38-linux_x86_64.whl ` |
164
- | nightly (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5 .0.dev-cp310-cp310-linux_x86_64.whl ` |
165
- | nightly (CUDA 12.1 + Python 3.8) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.1/torch_xla-2.5 .0.dev-cp38-cp38-linux_x86_64.whl ` |
163
+ | nightly (Python 3.8) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.6 .0.dev-cp38-cp38-linux_x86_64.whl ` |
164
+ | nightly (Python 3.10) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.6 .0.dev-cp310-cp310-linux_x86_64.whl ` |
165
+ | nightly (CUDA 12.1 + Python 3.8) | ` https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.1/torch_xla-2.6 .0.dev-cp38-cp38-linux_x86_64.whl ` |
166
166
167
167
<details >
168
168
169
169
<summary > Use nightly build before 08/13/2024</summary >
170
170
You can also add ` +yyyymmdd ` after ` torch_xla-nightly ` to get the nightly wheel of a specified date. Here is an example:
171
171
172
172
```
173
- pip3 install torch==2.5 .0.dev20240613 +cpu --index-url https://download.pytorch.org/whl/nightly/cpu
174
- pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly%2B20240613 -cp310-cp310-linux_x86_64.whl
173
+ pip3 install torch==2.6 .0.dev20240925 +cpu --index-url https://download.pytorch.org/whl/nightly/cpu
174
+ pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly%2B20240925 -cp310-cp310-linux_x86_64.whl
175
175
```
176
176
177
- The torch wheel version ` 2.5 .0.dev20240613 +cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
177
+ The torch wheel version ` 2.6 .0.dev20240925 +cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
178
178
</details >
179
179
180
180
#### Use nightly build after 08/20/2024
181
181
182
- You can also add ` yyyymmdd ` after ` torch_xla-2.5 .0.dev ` to get the nightly wheel of a specified date. Here is an example:
182
+ You can also add ` yyyymmdd ` after ` torch_xla-2.6 .0.dev ` to get the nightly wheel of a specified date. Here is an example:
183
183
184
184
```
185
185
pip3 install torch==2.5.0.dev20240820+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
186
186
pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5.0.dev20240820-cp310-cp310-linux_x86_64.whl
187
187
```
188
188
189
- The torch wheel version ` 2.5 .0.dev20240820 +cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
189
+ The torch wheel version ` 2.6 .0.dev20240925 +cpu ` can be found at https://download.pytorch.org/whl/nightly/torch/ .
190
190
191
191
<details >
192
192
0 commit comments