diff options
author | Baptiste Rajaut <pokexpert30@gmail.com> | 2023-05-17 09:10:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 09:10:57 +0000 |
commit | 484948f5c0b755a921c02cccbcacb2684a86a814 (patch) | |
tree | 3b64afc60a3f69f00ef6f77fbd0efb0db83366a4 | |
parent | b3397c2492db375b89faece3a8d5aa3a230f62c0 (diff) | |
download | stable-diffusion-webui-gfx803-484948f5c0b755a921c02cccbcacb2684a86a814.tar.gz stable-diffusion-webui-gfx803-484948f5c0b755a921c02cccbcacb2684a86a814.tar.bz2 stable-diffusion-webui-gfx803-484948f5c0b755a921c02cccbcacb2684a86a814.zip |
Fixing webui.sh
If only i proofread what i wrote
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ esac if echo "$gpu_info" | grep -q "AMD" && [[ -z "${TORCH_COMMAND}" ]] then # Apparently now this works - export TORCH_COMMAND="pip install torch-2.0.1+rocm5.4.2 torchvision-0.15.2+rocm5.4.2 --index-url https://download.pytorch.org/whl/rocm5.4.2" + export TORCH_COMMAND="pip install torch==2.0.1+rocm5.4.2 torchvision==0.15.2+rocm5.4.2 --index-url https://download.pytorch.org/whl/rocm5.4.2" fi for preq in "${GIT}" "${python_cmd}" |