From 909afc266e867229cf72734b9e88ceb35ef7f98d Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Tue, 14 Nov 2023 11:14:38 +1100 Subject: [PATCH] Update 010_INSTALL_AUTOMATED.md --- docs/installation/010_INSTALL_AUTOMATED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/010_INSTALL_AUTOMATED.md b/docs/installation/010_INSTALL_AUTOMATED.md index 83a182eea8..f6e799aac0 100644 --- a/docs/installation/010_INSTALL_AUTOMATED.md +++ b/docs/installation/010_INSTALL_AUTOMATED.md @@ -471,7 +471,7 @@ Then type the following commands: === "NVIDIA System" ```bash - pip install torch torchvision --force-reinstall --extra-index-url https://download.pytorch.org/whl/cu118 + pip install torch torchvision --force-reinstall --extra-index-url https://download.pytorch.org/whl/cu121 pip install xformers ```