You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/quick-start-module.js
+16-16
Original file line number
Diff line number
Diff line change
@@ -638,52 +638,52 @@ function commandMessage(key) {
638
638
"# Preview Build Not Yet Available on Windows.",
639
639
640
640
"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",
642
642
643
643
"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",
645
645
646
646
"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",
"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",
654
654
655
655
"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",
657
657
658
658
"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",
"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",
666
666
667
667
"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",
669
669
670
670
"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",
"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",
678
678
679
679
"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",
681
681
682
682
"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",
0 commit comments