@@ -779,13 +779,13 @@ function commandMessage(key) {
779
779
"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>" ,
780
780
781
781
"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> " ,
783
783
784
784
"preview,libtorch,linux,cuda9.0,cplusplus" :
785
785
"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>" ,
786
786
787
787
"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> " ,
789
789
790
790
"preview,libtorch,macos,cudanone,cplusplus" :
791
791
"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) {
800
800
"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>" ,
801
801
802
802
"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> " ,
804
804
805
805
"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> " ,
807
807
808
808
"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> " ,
810
810
811
811
"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> " ,
813
813
} ;
814
814
815
815
if ( ! object . hasOwnProperty ( key ) ) {
0 commit comments