From 7974fed394f5753c7ef8f61f622653a0c26fc3a1 Mon Sep 17 00:00:00 2001 From: peterjc123 Date: Sat, 24 Aug 2019 14:49:48 +0800 Subject: [PATCH] Update pip install commands for Windows --- assets/quick-start-module.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index e36129b9a4d9..cb6d5832b881 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -366,7 +366,7 @@ function commandMessage(key) { "pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html", "stable,pip,windows,cuda10.0,python3.5": - "pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", + "pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", "stable,pip,windows,cudanone,python3.6": "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) { "pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html", "stable,pip,windows,cuda10.0,python3.6": - "pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", + "pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", "stable,pip,windows,cudanone,python3.7": "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) { "pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html", "stable,pip,windows,cuda10.0,python3.7": - "pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", + "pip3 install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html", "stable,libtorch,linux,cudanone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.2.0.zip

Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.2.0.zip",