Unverified Commit 6192a222 authored by DaniAndTheWeb's avatar DaniAndTheWeb Committed by GitHub
Browse files

Export TORCH_COMMAND for AMD from the webui

parent 62961293
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ else
    gpu_info=$(lspci | grep VGA)
    if echo "$gpu_info" | grep -q "AMD"
    then
	    export TORCH_COMMAND="pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2"
        HSA_OVERRIDE_GFX_VERSION=10.3.0 exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
    else
        exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"