Skip to content

Commit 6ea513b

Browse files
peterjc123soumith
authored andcommitted
Fix nightly libtorch urls for Linux and Windows
1 parent d03e595 commit 6ea513b

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
@@ -779,13 +779,13 @@ function commandMessage(key) {
779779
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip</a>",
780780

781781
"preview,libtorch,linux,cuda8,cplusplus":
782-
"# Not currently available on Linux. Coming soon.",
782+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu80/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu80/libtorch-shared-with-deps-latest.zip</a>",
783783

784784
"preview,libtorch,linux,cuda9.0,cplusplus":
785785
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu90/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu90/libtorch-shared-with-deps-latest.zip</a>",
786786

787787
"preview,libtorch,linux,cuda10.0,cplusplus":
788-
"# Not currently available on Linux. Coming soon.",
788+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu100/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu100/libtorch-shared-with-deps-latest.zip</a>",
789789

790790
"preview,libtorch,macos,cudanone,cplusplus":
791791
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip'> https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip </a>",
@@ -800,16 +800,16 @@ function commandMessage(key) {
800800
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip'> https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip </a>",
801801

802802
"preview,libtorch,windows,cudanone,cplusplus":
803-
"# Not currently available on Windows.",
803+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/win-libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cpu/win-libtorch-shared-with-deps-latest.zip</a>",
804804

805805
"preview,libtorch,windows,cuda8,cplusplus":
806-
"# Not currently available on Windows.",
806+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu80/win-libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu80/win-libtorch-shared-with-deps-latest.zip</a>",
807807

808808
"preview,libtorch,windows,cuda9.0,cplusplus":
809-
"# Not currently available on Windows.",
809+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu90/win-libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu90/win-libtorch-shared-with-deps-latest.zip</a>",
810810

811811
"preview,libtorch,windows,cuda10.0,cplusplus":
812-
"# Not currently available on Windows.",
812+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu100/win-libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu100/win-libtorch-shared-with-deps-latest.zip</a>",
813813
};
814814

815815
if (!object.hasOwnProperty(key)) {

0 commit comments

Comments
 (0)