Skip to content

Commit a772fd9

Browse files
committed
Update torch for ARM Macs to 2.3.1
1 parent a30b19d commit a772fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui-macos-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export PYTORCH_ENABLE_MPS_FALLBACK=1
1616
if [[ "$(sysctl -n machdep.cpu.brand_string)" =~ ^.*"Intel".*$ ]]; then
1717
export TORCH_COMMAND="pip install torch==2.1.2 torchvision==0.16.2"
1818
else
19-
export TORCH_COMMAND="pip install torch==2.3.0 torchvision==0.18.0"
19+
export TORCH_COMMAND="pip install torch==2.3.1 torchvision==0.18.1"
2020
fi
2121

2222
####################################################################

0 commit comments

Comments
 (0)