Skip to content

Commit cd5d2d6

Browse files
author
Rong Rong
authored
Merge pull request pytorch#616 from walterddr/patch-1
fix windows cuda11.1 download command
2 parents cadae1a + 4825679 commit cd5d2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/quick-start-module.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function commandMessage(key) {
202202
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch",
203203

204204
"stable,conda,windows,cuda11.1,python":
205-
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch",
205+
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge",
206206

207207
"stable,conda,windows,rocm4.0,python":
208208
"<b>NOTE:</b> ROCm is not available on Windows<br />",
@@ -309,7 +309,7 @@ function commandMessage(key) {
309309
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly",
310310

311311
"preview,conda,windows,cuda11.1,python":
312-
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-nightly",
312+
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-nightly -c conda-forge",
313313

314314
"preview,conda,windows,rocm4.0,python":
315315
"<b>NOTE:</b> ROCm is not available on Windows<br />",

0 commit comments

Comments
 (0)