Unverified Commit 2e172cf8 authored by DaniAndTheWeb's avatar DaniAndTheWeb Committed by GitHub
Browse files

Only set TORCH_COMMAND if wasn't set webui-user

parent c4ba3492
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -167,8 +167,11 @@ else
    printf "\n%s\n" "${delimiter}"
    gpu_info=$(lspci | grep VGA)
    if echo "$gpu_info" | grep -q "AMD"
    then
        if [ -z ${TORCH_COMMAND+x} ]
        then	    
            export TORCH_COMMAND="pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2"
        fi
        HSA_OVERRIDE_GFX_VERSION=10.3.0 exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
    else
        exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"