This commit is contained in:
Lethja 2025-11-20 19:19:23 +00:00 committed by GitHub
commit cedb5fa322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,6 +155,9 @@ case "$gpu_info" in
*"Navi 3"*) [[ -z "${TORCH_COMMAND}" ]] && \
export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm5.7"
;;
*"Strix Halo"*) export HSA_OVERRIDE_GFX_VERSION=11.5.1
export TORCH_COMMAND="pip install torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1"
;;
*"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"