@@ -145,7 +145,7 @@ function display(selection, id, category) {
145
145
146
146
function buildMatcher ( ) {
147
147
return (
148
- opts . ptbuild . toLowerCase ( ) +
148
+ opts . ptbuild . toLowerCase ( ) +
149
149
"," +
150
150
opts . pm . toLowerCase ( ) +
151
151
"," +
@@ -494,52 +494,52 @@ function commandMessage(key) {
494
494
"# Currently only available as a Preview." ,
495
495
496
496
"preview,conda,linux,cuda8,python2.7" :
497
- "conda install pytorch-nightly -c pytorch" ,
497
+ "conda install pytorch-nightly cuda80 -c pytorch" ,
498
498
499
499
"preview,conda,linux,cuda9.0,python2.7" :
500
500
"conda install pytorch-nightly -c pytorch" ,
501
501
502
502
"preview,conda,linux,cuda9.2,python2.7" :
503
- "conda install pytorch-nightly -c pytorch" ,
503
+ "conda install pytorch-nightly cuda92 -c pytorch" ,
504
504
505
505
"preview,conda,linux,cudanone,python2.7" :
506
- "conda install pytorch-nightly -c pytorch" ,
506
+ "conda install pytorch-nightly-cpu -c pytorch" ,
507
507
508
508
"preview,conda,linux,cuda8,python3.5" :
509
- "conda install pytorch-nightly -c pytorch" ,
509
+ "conda install pytorch-nightly cuda80 -c pytorch" ,
510
510
511
511
"preview,conda,linux,cuda9.0,python3.5" :
512
512
"conda install pytorch-nightly -c pytorch" ,
513
513
514
514
"preview,conda,linux,cuda9.2,python3.5" :
515
- "conda install pytorch-nightly -c pytorch" ,
515
+ "conda install pytorch-nightly cuda92 -c pytorch" ,
516
516
517
517
"preview,conda,linux,cudanone,python3.5" :
518
- "conda install pytorch-nightly -c pytorch" ,
518
+ "conda install pytorch-nightly-cpu -c pytorch" ,
519
519
520
520
"preview,conda,linux,cuda8,python3.6" :
521
- "conda install pytorch-nightly -c pytorch" ,
521
+ "conda install pytorch-nightly cuda80 -c pytorch" ,
522
522
523
523
"preview,conda,linux,cuda9.0,python3.6" :
524
524
"conda install pytorch-nightly -c pytorch" ,
525
525
526
526
"preview,conda,linux,cuda9.2,python3.6" :
527
- "conda install pytorch-nightly -c pytorch" ,
527
+ "conda install pytorch-nightly cuda92 -c pytorch" ,
528
528
529
529
"preview,conda,linux,cudanone,python3.6" :
530
- "conda install pytorch-nightly -c pytorch" ,
530
+ "conda install pytorch-nightly-cpu -c pytorch" ,
531
531
532
532
"preview,conda,linux,cuda8,python3.7" :
533
- "conda install pytorch-nightly -c pytorch" ,
533
+ "conda install pytorch-nightly cuda80 -c pytorch" ,
534
534
535
535
"preview,conda,linux,cuda9.0,python3.7" :
536
536
"conda install pytorch-nightly -c pytorch" ,
537
537
538
538
"preview,conda,linux,cuda9.2,python3.7" :
539
- "conda install pytorch-nightly -c pytorch" ,
539
+ "conda install pytorch-nightly cuda92 -c pytorch" ,
540
540
541
541
"preview,conda,linux,cudanone,python3.7" :
542
- "conda install pytorch-nightly -c pytorch" ,
542
+ "conda install pytorch-nightly-cpu -c pytorch" ,
543
543
544
544
"preview,conda,macos,cuda8,python2.7" :
545
545
"conda install pytorch-nightly -c pytorch" ,
@@ -646,7 +646,7 @@ function commandMessage(key) {
646
646
"preview,pip,macos,cuda9.2,python2.7" :
647
647
"# Preview Build Not Yet Available on MacOS." ,
648
648
649
- "preview,pip,macos,cudanone,python2.7" :
649
+ "preview,pip,macos,cudanone,python2.7" :
650
650
"# Preview Build Not Yet Available on MacOS." ,
651
651
652
652
"preview,pip,macos,cuda8,python3.5" :
@@ -658,7 +658,7 @@ function commandMessage(key) {
658
658
"preview,pip,macos,cuda9.2,python3.5" :
659
659
"# Preview Build Not Yet Available on MacOS." ,
660
660
661
- "preview,pip,macos,cudanone,python3.5" :
661
+ "preview,pip,macos,cudanone,python3.5" :
662
662
"# Preview Build Not Yet Available on MacOS." ,
663
663
664
664
"preview,pip,macos,cuda8,python3.6" :
@@ -670,7 +670,7 @@ function commandMessage(key) {
670
670
"preview,pip,macos,cuda9.2,python3.6" :
671
671
"# Preview Build Not Yet Available on MacOS." ,
672
672
673
- "preview,pip,macos,cudanone,python3.6" :
673
+ "preview,pip,macos,cudanone,python3.6" :
674
674
"# Preview Build Not Yet Available on MacOS." ,
675
675
676
676
"preview,pip,macos,cuda8,python3.7" :
@@ -682,7 +682,7 @@ function commandMessage(key) {
682
682
"preview,pip,macos,cuda9.2,python3.7" :
683
683
"# Preview Build Not Yet Available on MacOS." ,
684
684
685
- "preview,pip,macos,cudanone,python3.7" :
685
+ "preview,pip,macos,cudanone,python3.7" :
686
686
"# Preview Build Not Yet Available on MacOS." ,
687
687
688
688
"preview,pip,linux,cudanone,python2.7" :
@@ -691,7 +691,7 @@ function commandMessage(key) {
691
691
"preview,pip,linux,cuda8,python2.7" :
692
692
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html" ,
693
693
694
- "preview,pip,linux,cuda9.0,python2.7" :
694
+ "preview,pip,linux,cuda9.0,python2.7" :
695
695
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html" ,
696
696
697
697
"preview,pip,linux,cuda9.2,python2.7" :
@@ -703,7 +703,7 @@ function commandMessage(key) {
703
703
"preview,pip,linux,cuda8,python3.5" :
704
704
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html" ,
705
705
706
- "preview,pip,linux,cuda9.0,python3.5" :
706
+ "preview,pip,linux,cuda9.0,python3.5" :
707
707
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html" ,
708
708
709
709
"preview,pip,linux,cuda9.2,python3.5" :
@@ -715,7 +715,7 @@ function commandMessage(key) {
715
715
"preview,pip,linux,cuda8,python3.6" :
716
716
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html" ,
717
717
718
- "preview,pip,linux,cuda9.0,python3.6" :
718
+ "preview,pip,linux,cuda9.0,python3.6" :
719
719
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html" ,
720
720
721
721
"preview,pip,linux,cuda9.2,python3.6" :
@@ -727,7 +727,7 @@ function commandMessage(key) {
727
727
"preview,pip,linux,cuda8,python3.7" :
728
728
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html" ,
729
729
730
- "preview,pip,linux,cuda9.0,python3.7" :
730
+ "preview,pip,linux,cuda9.0,python3.7" :
731
731
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html" ,
732
732
733
733
"preview,pip,linux,cuda9.2,python3.7" :
0 commit comments