aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwebui.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/webui.sh b/webui.sh
index 246381fc..4b0d7cd8 100755
--- a/webui.sh
+++ b/webui.sh
@@ -133,6 +133,10 @@ case "$gpu_info" in
;;
*"Navi 2"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0
;;
+ *"Navi 3"*) [[ -z "${TORCH_COMMAND}" ]] && \
+ export TORCH_COMMAND="pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.5"
+ # Navi 3 needs at least 5.5 which is only on the nightly chain
+ ;;
*"Renoir"*) export HSA_OVERRIDE_GFX_VERSION=9.0.0
printf "\n%s\n" "${delimiter}"
printf "Experimental support for Renoir: make sure to have at least 4GB of VRAM and 10GB of RAM or enable cpu mode: --use-cpu all --no-half"