Skip to content

Commit

Permalink
Merge pull request #14820 from alexhegit/master
Browse files Browse the repository at this point in the history
Update to ROCm5.7 and PyTorch
  • Loading branch information
AUTOMATIC1111 authored Mar 6, 2024
2 parents 8904e00 + ea3aae9 commit 58f7410
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,10 @@ if ! echo "$gpu_info" | grep -q "NVIDIA";
then
if echo "$gpu_info" | grep -q "AMD" && [[ -z "${TORCH_COMMAND}" ]]
then
export TORCH_COMMAND="pip install torch==2.0.1+rocm5.4.2 torchvision==0.15.2+rocm5.4.2 --index-url https://download.pytorch.org/whl/rocm5.4.2"
export TORCH_COMMAND="pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7"
elif npu-smi info 2>/dev/null
then
export TORCH_COMMAND="pip install torch==2.1.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; pip install torch_npu==2.1.0"

fi
fi

Expand Down

0 comments on commit 58f7410

Please sign in to comment.