From 8e2fd4c96a36e9a847f8c44b8e84291f77f5d4df Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 27 Mar 2023 22:38:04 -0400 Subject: [PATCH] fix ROCm version --- README.md | 2 +- docs/installation/010_INSTALL_AUTOMATED.md | 2 +- docs/installation/030_INSTALL_CUDA_AND_ROCM.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5857b2d898..fa264c3cfd 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ not supported. _For Linux with an AMD GPU:_ ```sh - pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.2 + pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.4.2 ``` _For Macintoshes, either Intel or M1/M2:_ diff --git a/docs/installation/010_INSTALL_AUTOMATED.md b/docs/installation/010_INSTALL_AUTOMATED.md index 228c0ae9a4..83b4415394 100644 --- a/docs/installation/010_INSTALL_AUTOMATED.md +++ b/docs/installation/010_INSTALL_AUTOMATED.md @@ -417,7 +417,7 @@ Then type the following commands: === "AMD System" ```bash - pip install torch torchvision --force-reinstall --extra-index-url https://download.pytorch.org/whl/rocm5.2 + pip install torch torchvision --force-reinstall --extra-index-url https://download.pytorch.org/whl/rocm5.4.2 ``` ### Corrupted configuration file diff --git a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md index 8ce690ca64..3d3445e3a0 100644 --- a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md +++ b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md @@ -110,7 +110,7 @@ recipes are available When installing torch and torchvision manually with `pip`, remember to provide the argument `--extra-index-url -https://download.pytorch.org/whl/rocm5.2` as described in the [Manual +https://download.pytorch.org/whl/rocm5.4.2` as described in the [Manual Installation Guide](020_INSTALL_MANUAL.md). This will be done automatically for you if you use the installer