We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30b19d commit a772fd9Copy full SHA for a772fd9
webui-macos-env.sh
@@ -16,7 +16,7 @@ export PYTORCH_ENABLE_MPS_FALLBACK=1
16
if [[ "$(sysctl -n machdep.cpu.brand_string)" =~ ^.*"Intel".*$ ]]; then
17
export TORCH_COMMAND="pip install torch==2.1.2 torchvision==0.16.2"
18
else
19
- 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"
20
fi
21
22
####################################################################
0 commit comments