diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html index b542a56821ad..81bd69fbf1d4 100644 --- a/_includes/quick_start_local.html +++ b/_includes/quick_start_local.html @@ -58,16 +58,13 @@
Package
-
-
Conda
-
-
+
Pip
-
+
LibTorch
-
+
Source
@@ -107,7 +104,7 @@
Run this Command:
-
conda install pytorch torchvision -c pytorch
+
pip install torch torchvision
diff --git a/published_versions.json b/published_versions.json index 3042c98e4638..dd7dd8762abd 100644 --- a/published_versions.json +++ b/published_versions.json @@ -26,28 +26,6 @@ "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, @@ -108,32 +86,6 @@ "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, @@ -194,28 +146,6 @@ "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, @@ -5882,28 +5812,6 @@ "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, @@ -6109,4 +6017,4 @@ } } } -} \ No newline at end of file +}