From 947d183169ff0a220f8f937de102b149a71626bb Mon Sep 17 00:00:00 2001 From: natefitzgerald Date: Wed, 1 Jan 2025 17:43:40 -0600 Subject: [PATCH] Update webui.sh for non-nightly Torch builds --- webui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.sh b/webui.sh index 89dae163a82..92ef5f81b4a 100755 --- a/webui.sh +++ b/webui.sh @@ -153,7 +153,7 @@ case "$gpu_info" in *"Navi 2"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0 ;; *"Navi 3"*) [[ -z "${TORCH_COMMAND}" ]] && \ - export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.7" + export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/rocm5.7" ;; *"Renoir"*) export HSA_OVERRIDE_GFX_VERSION=9.0.0 printf "\n%s\n" "${delimiter}"