Skip to content

Commit fba88b2

Browse files
authoredMar 8, 2022
Merge pull request #960 from pytorch/malfet/update-matrix-for-10.2
Update nightly to mention that cuda-10.2 is unsupported
2 parents 2f9172e + c51cf86 commit fba88b2

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
 

‎assets/quick-start-module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎published_versions.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
"command": "pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html"
140140
},
141141
"cuda10.2": {
142-
"note": null,
143-
"command": "pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html"
142+
"note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3",
143+
"command": null
144144
},
145145
"cuda11.x": {
146146
"note": null,
@@ -153,8 +153,8 @@
153153
},
154154
"conda": {
155155
"cuda10.2": {
156-
"note": null,
157-
"command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly"
156+
"note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3",
157+
"command": null
158158
},
159159
"cuda11.x": {
160160
"note": null,
@@ -178,10 +178,8 @@
178178
}
179179
},
180180
"cuda10.2": {
181-
"note": null,
181+
"note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3",
182182
"versions": {
183-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu102/libtorch-win-shared-with-deps-latest.zip",
184-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu102/libtorch-win-shared-with-deps-debug-latest.zip"
185183
}
186184
},
187185
"cuda11.x": {

0 commit comments

Comments
 (0)
Please sign in to comment.