Skip to content

Commit fde4b87

Browse files
committed
fixing conda preview commands
1 parent c0627ce commit fde4b87

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

assets/quick-start-module.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function display(selection, id, category) {
145145

146146
function buildMatcher() {
147147
return (
148-
opts.ptbuild.toLowerCase() +
148+
opts.ptbuild.toLowerCase() +
149149
"," +
150150
opts.pm.toLowerCase() +
151151
"," +
@@ -494,52 +494,52 @@ function commandMessage(key) {
494494
"# Currently only available as a Preview.",
495495

496496
"preview,conda,linux,cuda8,python2.7":
497-
"conda install pytorch-nightly -c pytorch",
497+
"conda install pytorch-nightly cuda80 -c pytorch",
498498

499499
"preview,conda,linux,cuda9.0,python2.7":
500500
"conda install pytorch-nightly -c pytorch",
501501

502502
"preview,conda,linux,cuda9.2,python2.7":
503-
"conda install pytorch-nightly -c pytorch",
503+
"conda install pytorch-nightly cuda92 -c pytorch",
504504

505505
"preview,conda,linux,cudanone,python2.7":
506-
"conda install pytorch-nightly -c pytorch",
506+
"conda install pytorch-nightly-cpu -c pytorch",
507507

508508
"preview,conda,linux,cuda8,python3.5":
509-
"conda install pytorch-nightly -c pytorch",
509+
"conda install pytorch-nightly cuda80 -c pytorch",
510510

511511
"preview,conda,linux,cuda9.0,python3.5":
512512
"conda install pytorch-nightly -c pytorch",
513513

514514
"preview,conda,linux,cuda9.2,python3.5":
515-
"conda install pytorch-nightly -c pytorch",
515+
"conda install pytorch-nightly cuda92 -c pytorch",
516516

517517
"preview,conda,linux,cudanone,python3.5":
518-
"conda install pytorch-nightly -c pytorch",
518+
"conda install pytorch-nightly-cpu -c pytorch",
519519

520520
"preview,conda,linux,cuda8,python3.6":
521-
"conda install pytorch-nightly -c pytorch",
521+
"conda install pytorch-nightly cuda80 -c pytorch",
522522

523523
"preview,conda,linux,cuda9.0,python3.6":
524524
"conda install pytorch-nightly -c pytorch",
525525

526526
"preview,conda,linux,cuda9.2,python3.6":
527-
"conda install pytorch-nightly -c pytorch",
527+
"conda install pytorch-nightly cuda92 -c pytorch",
528528

529529
"preview,conda,linux,cudanone,python3.6":
530-
"conda install pytorch-nightly -c pytorch",
530+
"conda install pytorch-nightly-cpu -c pytorch",
531531

532532
"preview,conda,linux,cuda8,python3.7":
533-
"conda install pytorch-nightly -c pytorch",
533+
"conda install pytorch-nightly cuda80 -c pytorch",
534534

535535
"preview,conda,linux,cuda9.0,python3.7":
536536
"conda install pytorch-nightly -c pytorch",
537537

538538
"preview,conda,linux,cuda9.2,python3.7":
539-
"conda install pytorch-nightly -c pytorch",
539+
"conda install pytorch-nightly cuda92 -c pytorch",
540540

541541
"preview,conda,linux,cudanone,python3.7":
542-
"conda install pytorch-nightly -c pytorch",
542+
"conda install pytorch-nightly-cpu -c pytorch",
543543

544544
"preview,conda,macos,cuda8,python2.7":
545545
"conda install pytorch-nightly -c pytorch",
@@ -646,7 +646,7 @@ function commandMessage(key) {
646646
"preview,pip,macos,cuda9.2,python2.7":
647647
"# Preview Build Not Yet Available on MacOS.",
648648

649-
"preview,pip,macos,cudanone,python2.7":
649+
"preview,pip,macos,cudanone,python2.7":
650650
"# Preview Build Not Yet Available on MacOS.",
651651

652652
"preview,pip,macos,cuda8,python3.5":
@@ -658,7 +658,7 @@ function commandMessage(key) {
658658
"preview,pip,macos,cuda9.2,python3.5":
659659
"# Preview Build Not Yet Available on MacOS.",
660660

661-
"preview,pip,macos,cudanone,python3.5":
661+
"preview,pip,macos,cudanone,python3.5":
662662
"# Preview Build Not Yet Available on MacOS.",
663663

664664
"preview,pip,macos,cuda8,python3.6":
@@ -670,7 +670,7 @@ function commandMessage(key) {
670670
"preview,pip,macos,cuda9.2,python3.6":
671671
"# Preview Build Not Yet Available on MacOS.",
672672

673-
"preview,pip,macos,cudanone,python3.6":
673+
"preview,pip,macos,cudanone,python3.6":
674674
"# Preview Build Not Yet Available on MacOS.",
675675

676676
"preview,pip,macos,cuda8,python3.7":
@@ -682,7 +682,7 @@ function commandMessage(key) {
682682
"preview,pip,macos,cuda9.2,python3.7":
683683
"# Preview Build Not Yet Available on MacOS.",
684684

685-
"preview,pip,macos,cudanone,python3.7":
685+
"preview,pip,macos,cudanone,python3.7":
686686
"# Preview Build Not Yet Available on MacOS.",
687687

688688
"preview,pip,linux,cudanone,python2.7":
@@ -691,7 +691,7 @@ function commandMessage(key) {
691691
"preview,pip,linux,cuda8,python2.7":
692692
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html",
693693

694-
"preview,pip,linux,cuda9.0,python2.7":
694+
"preview,pip,linux,cuda9.0,python2.7":
695695
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html",
696696

697697
"preview,pip,linux,cuda9.2,python2.7":
@@ -703,7 +703,7 @@ function commandMessage(key) {
703703
"preview,pip,linux,cuda8,python3.5":
704704
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html",
705705

706-
"preview,pip,linux,cuda9.0,python3.5":
706+
"preview,pip,linux,cuda9.0,python3.5":
707707
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html",
708708

709709
"preview,pip,linux,cuda9.2,python3.5":
@@ -715,7 +715,7 @@ function commandMessage(key) {
715715
"preview,pip,linux,cuda8,python3.6":
716716
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html",
717717

718-
"preview,pip,linux,cuda9.0,python3.6":
718+
"preview,pip,linux,cuda9.0,python3.6":
719719
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html",
720720

721721
"preview,pip,linux,cuda9.2,python3.6":
@@ -727,7 +727,7 @@ function commandMessage(key) {
727727
"preview,pip,linux,cuda8,python3.7":
728728
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html",
729729

730-
"preview,pip,linux,cuda9.0,python3.7":
730+
"preview,pip,linux,cuda9.0,python3.7":
731731
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html",
732732

733733
"preview,pip,linux,cuda9.2,python3.7":

0 commit comments

Comments
 (0)