diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html index 81bd69fbf1d4..b542a56821ad 100644 --- a/_includes/quick_start_local.html +++ b/_includes/quick_start_local.html @@ -58,13 +58,16 @@
Package
-
+
+
Conda
+
+
Pip
-
+
LibTorch
-
+
Source
@@ -104,7 +107,7 @@
Run this Command:
-
pip install torch torchvision
+
conda install pytorch torchvision -c pytorch
diff --git a/published_versions.json b/published_versions.json index dd7dd8762abd..3042c98e4638 100644 --- a/published_versions.json +++ b/published_versions.json @@ -26,6 +26,28 @@ "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3" } }, + "conda": { + "cuda.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.y": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.z": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "rocm5.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "accnone": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + } + }, "libtorch": { "accnone": { "note": null, @@ -86,6 +108,32 @@ "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" } }, + "conda": { + "cuda.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null, + "default": true + }, + "cuda.y": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null, + "default": true + }, + "cuda.z": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null, + "default": true + }, + "rocm5.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null, + "default": true + }, + "accnone": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + } + }, "libtorch": { "accnone": { "note": null, @@ -146,6 +194,28 @@ "command": null } }, + "conda": { + "cuda.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.y": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.z": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + } + }, "libtorch": { "accnone": { "note": null, @@ -5812,6 +5882,28 @@ "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3" } }, + "conda": { + "cuda.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.y": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "cuda.z": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "rocm5.x": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + }, + "accnone": { + "note": "NOTE: Conda packages are no longer available. Please use pip instead.
", + "command": null + } + }, "libtorch": { "accnone": { "note": null, @@ -6017,4 +6109,4 @@ } } } -} +} \ No newline at end of file