We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a973c commit 119df4cCopy full SHA for 119df4c
webui.sh
@@ -155,6 +155,9 @@ case "$gpu_info" in
155
*"Navi 3"*) [[ -z "${TORCH_COMMAND}" ]] && \
156
export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.7"
157
;;
158
+ *"Strix Halo"*) export HSA_OVERRIDE_GFX_VERSION=11.5.1
159
+ export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1"
160
+ ;;
161
*"Renoir"*) export HSA_OVERRIDE_GFX_VERSION=9.0.0
162
printf "\n%s\n" "${delimiter}"
163
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"
0 commit comments