Skip to content

Commit b02a832

Browse files
committed
simplified commands based on Edward's feedback
1 parent f6c0a9d commit b02a832

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

assets/quick-start-module.js

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -525,76 +525,76 @@ function commandMessage(key) {
525525
"conda install pytorch cpuonly -c pytorch-nightly",
526526

527527
"preview,pip,macos,cuda9.2,python2.7":
528-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
528+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
529529

530530
"preview,pip,macos,cuda10.0,python2.7":
531-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
531+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
532532

533533
"preview,pip,macos,cudanone,python2.7":
534-
"pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
534+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
535535

536536
"preview,pip,macos,cuda9.2,python3.5":
537-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
537+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
538538

539539
"preview,pip,macos,cuda10.0,python3.5":
540-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
540+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
541541

542542
"preview,pip,macos,cudanone,python3.5":
543-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
543+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
544544

545545
"preview,pip,macos,cuda9.2,python3.6":
546-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
546+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
547547

548548
"preview,pip,macos,cuda10.0,python3.6":
549-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
549+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
550550

551551
"preview,pip,macos,cudanone,python3.6":
552-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
552+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
553553

554554
"preview,pip,macos,cuda9.2,python3.7":
555-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html <br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
555+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html <br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
556556

557557
"preview,pip,macos,cuda10.0,python3.7":
558-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html <br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
558+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html <br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
559559

560560
"preview,pip,macos,cudanone,python3.7":
561-
"pip install numpy<br />pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
561+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
562562

563563
"preview,pip,linux,cudanone,python2.7":
564-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu torchvision==" + vision_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
564+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
565565

566566
"preview,pip,linux,cuda9.2,python2.7":
567-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 torchvision==" + vision_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
567+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
568568

569569
"preview,pip,linux,cuda10.0,python2.7":
570-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " torchvision==" + vision_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
570+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
571571

572572
"preview,pip,linux,cudanone,python3.5":
573-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu torchvision==" + vision_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
573+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
574574

575575
"preview,pip,linux,cuda9.2,python3.5":
576-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 torchvision==" + vision_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
576+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
577577

578578
"preview,pip,linux,cuda10.0,python3.5":
579-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " torchvision==" + vision_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
579+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
580580

581581
"preview,pip,linux,cudanone,python3.6":
582-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu torchvision==" + vision_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
582+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
583583

584584
"preview,pip,linux,cuda9.2,python3.6":
585-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 torchvision==" + vision_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
585+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
586586

587587
"preview,pip,linux,cuda10.0,python3.6":
588-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " torchvision==" + vision_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
588+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
589589

590590
"preview,pip,linux,cudanone,python3.7":
591-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu torchvision==" + vision_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
591+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
592592

593593
"preview,pip,linux,cuda9.2,python3.7":
594-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 torchvision==" + vision_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
594+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
595595

596596
"preview,pip,linux,cuda10.0,python3.7":
597-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " torchvision==" + vision_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
597+
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
598598

599599
"preview,pip,windows,cudanone,python2.7":
600600
"# Preview Build With Python 2.7 On Windows Not Supported.",
@@ -606,31 +606,31 @@ function commandMessage(key) {
606606
"# Preview Build With Python 2.7 On Windows Not Supported.",
607607

608608
"preview,pip,windows,cudanone,python3.5":
609-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
609+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
610610

611611
"preview,pip,windows,cuda9.2,python3.5":
612-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
612+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
613613

614614
"preview,pip,windows,cuda10.0,python3.5":
615-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
615+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
616616

617617
"preview,pip,windows,cudanone,python3.6":
618-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
618+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
619619

620620
"preview,pip,windows,cuda9.2,python3.6":
621-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
621+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
622622

623623
"preview,pip,windows,cuda10.0,python3.6":
624-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
624+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
625625

626626
"preview,pip,windows,cudanone,python3.7":
627-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
627+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
628628

629629
"preview,pip,windows,cuda9.2,python3.7":
630-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + "+cu92 -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
630+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html",
631631

632632
"preview,pip,windows,cuda10.0,python3.7":
633-
"pip install numpy<br />pip install torch==" + torch_nightly_ver + " -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
633+
"pip install numpy<br />pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html",
634634

635635
"preview,libtorch,linux,cudanone,cplusplus":
636636
"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>",

0 commit comments

Comments
 (0)