Skip to content

Commit 96db2b3

Browse files
peterjc123soumith
authored andcommitted
Fix naming for Windows packages
1 parent 6ea513b commit 96db2b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/quick-start-module.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
"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>",
803+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-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-
"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>",
806+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu80/libtorch-win-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-
"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>",
809+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu90/libtorch-win-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-
"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>",
812+
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu100/libtorch-win-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)