Skip to content

Commit 49f862f

Browse files
committed
Remove references to stable windows cuda 9.2
We unfortunately could not build them for 1.6.0 due to issues with Visual Studio 2014 and sccache Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
1 parent c0e592a commit 49f862f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

assets/quick-start-module.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ function commandMessage(key) {
199199
"stable,conda,macos,cudanone,python":
200200
"conda install pytorch torchvision -c pytorch",
201201

202-
"stable,conda,windows,cuda9.2,python":
203-
"conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev ",
204-
205202
"stable,conda,windows,cuda10.1,python":
206203
"conda install pytorch torchvision cudatoolkit=10.1 -c pytorch",
207204

@@ -237,9 +234,6 @@ function commandMessage(key) {
237234
"stable,pip,windows,cudanone,python":
238235
"pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html",
239236

240-
"stable,pip,windows,cuda9.2,python":
241-
"pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
242-
243237
"stable,pip,windows,cuda10.1,python":
244238
"pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html",
245239

@@ -273,9 +267,6 @@ function commandMessage(key) {
273267
"stable,libtorch,windows,cudanone,cplusplus":
274268
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.6.0%2Bcpu.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.6.0%2Bcpu.zip</a>",
275269

276-
"stable,libtorch,windows,cuda9.2,cplusplus":
277-
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-1.6.0%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-1.6.0%2Bcu92.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu92.zip</a>",
278-
279270
"stable,libtorch,windows,cuda10.1,cplusplus":
280271
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.6.0%2Bcu101.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu101.zip</a>",
281272

0 commit comments

Comments
 (0)