Skip to content

Commit 90de001

Browse files
peterjc123soumith
authored andcommitted
Add links for Windows debug LibTorch
1 parent 9784d1b commit 90de001

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/quick-start-module.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,14 @@ function commandMessage(key) {
400400
"stable,libtorch,macos,cuda10.0,cplusplus":
401401
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.1.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.1.0.zip </a>",
402402

403-
"stable,libtorch,windows,cudanone,cplusplus":
404-
"Download here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-latest.zip</a>",
403+
"preview,libtorch,windows,cudanone,cplusplus":
404+
"Download here (Release version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-latest.zip</a><br/><br> Download here (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-latest.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-latest.zip</a>",
405405

406-
"stable,libtorch,windows,cuda9.0,cplusplus":
407-
"Download here: <br/><a href='https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-latest.zip</a>",
406+
"preview,libtorch,windows,cuda9.0,cplusplus":
407+
"Download here (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-latest.zip</a><br/><br> Download here (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-debug-latest.zip'>https://download.pytorch.org/libtorch/cu90/libtorch-win-shared-with-deps-debug-latest.zip</a>",
408408

409-
"stable,libtorch,windows,cuda10.0,cplusplus":
410-
"Download here: <br/><a href='https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-latest.zip</a>",
409+
"preview,libtorch,windows,cuda10.0,cplusplus":
410+
"Download here (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-latest.zip</a><br/><br> Download here (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-debug-latest.zip'>https://download.pytorch.org/libtorch/cu100/libtorch-win-shared-with-deps-debug-latest.zip</a>",
411411

412412
"preview,conda,linux,cuda9.0,python2.7":
413413
"conda install pytorch-nightly cudatoolkit=9.0 -c pytorch",

0 commit comments

Comments
 (0)