Skip to content

Commit 7974fed

Browse files
authored
Update pip install commands for Windows
1 parent c2b2f3e commit 7974fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/quick-start-module.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function commandMessage(key) {
366366
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
367367

368368
"stable,pip,windows,cuda10.0,python3.5":
369-
"pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
369+
"pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
370370

371371
"stable,pip,windows,cudanone,python3.6":
372372
"pip3 install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html",
@@ -375,7 +375,7 @@ function commandMessage(key) {
375375
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
376376

377377
"stable,pip,windows,cuda10.0,python3.6":
378-
"pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
378+
"pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
379379

380380
"stable,pip,windows,cudanone,python3.7":
381381
"pip3 install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html",
@@ -384,7 +384,7 @@ function commandMessage(key) {
384384
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
385385

386386
"stable,pip,windows,cuda10.0,python3.7":
387-
"pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
387+
"pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html",
388388

389389
"stable,libtorch,linux,cudanone,cplusplus":
390390
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.2.0.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.2.0.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.2.0.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.2.0.zip</a>",

0 commit comments

Comments
 (0)