Skip to content

Commit

Permalink
Update torch for ARM Macs to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viking1304 committed Jun 20, 2024
1 parent a30b19d commit a772fd9
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 @@ -16,7 +16,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 a772fd9

Please sign in to comment.