You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/quick-start-module.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ function commandMessage(key) {
202
202
"<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",
203
203
204
204
"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",
206
206
207
207
"stable,conda,windows,rocm4.0,python":
208
208
"<b>NOTE:</b> ROCm is not available on Windows<br />",
@@ -309,7 +309,7 @@ function commandMessage(key) {
309
309
"<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",
310
310
311
311
"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",
313
313
314
314
"preview,conda,windows,rocm4.0,python":
315
315
"<b>NOTE:</b> ROCm is not available on Windows<br />",
0 commit comments