@@ -366,7 +366,7 @@ function commandMessage(key) {
366
366
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html" ,
367
367
368
368
"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" ,
370
370
371
371
"stable,pip,windows,cudanone,python3.6" :
372
372
"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) {
375
375
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html" ,
376
376
377
377
"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" ,
379
379
380
380
"stable,pip,windows,cudanone,python3.7" :
381
381
"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) {
384
384
"pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html" ,
385
385
386
386
"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" ,
388
388
389
389
"stable,libtorch,linux,cudanone,cplusplus" :
390
390
"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