Skip to content

Commit bb60b32

Browse files
authored
fix OSX links for preview wheels (pytorch#109)
1 parent d2f5a60 commit bb60b32

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

assets/quick-start-module.js

+16-16
Original file line numberDiff line numberDiff line change
@@ -638,52 +638,52 @@ function commandMessage(key) {
638638
"# Preview Build Not Yet Available on Windows.",
639639

640640
"preview,pip,macos,cuda8,python2.7":
641-
"# Preview Build Not Yet Available on MacOS.",
641+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
642642

643643
"preview,pip,macos,cuda9.0,python2.7":
644-
"# Preview Build Not Yet Available on MacOS.",
644+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
645645

646646
"preview,pip,macos,cuda9.2,python2.7":
647-
"# Preview Build Not Yet Available on MacOS.",
647+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
648648

649649
"preview,pip,macos,cudanone,python2.7":
650-
"# Preview Build Not Yet Available on MacOS.",
650+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
651651

652652
"preview,pip,macos,cuda8,python3.5":
653-
"# Preview Build Not Yet Available on MacOS.",
653+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
654654

655655
"preview,pip,macos,cuda9.0,python3.5":
656-
"# Preview Build Not Yet Available on MacOS.",
656+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
657657

658658
"preview,pip,macos,cuda9.2,python3.5":
659-
"# Preview Build Not Yet Available on MacOS.",
659+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
660660

661661
"preview,pip,macos,cudanone,python3.5":
662-
"# Preview Build Not Yet Available on MacOS.",
662+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
663663

664664
"preview,pip,macos,cuda8,python3.6":
665-
"# Preview Build Not Yet Available on MacOS.",
665+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
666666

667667
"preview,pip,macos,cuda9.0,python3.6":
668-
"# Preview Build Not Yet Available on MacOS.",
668+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
669669

670670
"preview,pip,macos,cuda9.2,python3.6":
671-
"# Preview Build Not Yet Available on MacOS.",
671+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
672672

673673
"preview,pip,macos,cudanone,python3.6":
674-
"# Preview Build Not Yet Available on MacOS.",
674+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
675675

676676
"preview,pip,macos,cuda8,python3.7":
677-
"# Preview Build Not Yet Available on MacOS.",
677+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
678678

679679
"preview,pip,macos,cuda9.0,python3.7":
680-
"# Preview Build Not Yet Available on MacOS.",
680+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
681681

682682
"preview,pip,macos,cuda9.2,python3.7":
683-
"# Preview Build Not Yet Available on MacOS.",
683+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html # On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
684684

685685
"preview,pip,macos,cudanone,python3.7":
686-
"# Preview Build Not Yet Available on MacOS.",
686+
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
687687

688688
"preview,pip,linux,cudanone,python2.7":
689689
"pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",

0 commit comments

Comments
 (0)