Skip to content

Commit

Permalink
Merge pull request #16059 from viking1304/mac-torch-231
Browse files Browse the repository at this point in the history
Update torch for ARM Macs to 2.3.1
  • Loading branch information
AUTOMATIC1111 authored Jul 6, 2024
2 parents 3bd4a08 + a772fd9 commit 8058eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui-macos-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PYTORCH_ENABLE_MPS_FALLBACK=1
if [[ "$(sysctl -n machdep.cpu.brand_string)" =~ ^.*"Intel".*$ ]]; then
export TORCH_COMMAND="pip install torch==2.1.2 torchvision==0.16.2"
else
export TORCH_COMMAND="pip install torch==2.3.0 torchvision==0.18.0"
export TORCH_COMMAND="pip install torch==2.3.1 torchvision==0.18.1"
fi

####################################################################

0 comments on commit 8058eed

Please sign in to comment.