We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912723c commit c2ced76Copy full SHA for c2ced76
install_requirements.sh
@@ -73,7 +73,7 @@ $PIP_EXECUTABLE install --extra-index-url "${TORCH_NIGHTLY_URL}" \
73
74
# For torchao need to install from github since nightly build doesn't have macos build.
75
# TODO: Remove this and install nightly build, once it supports macos
76
-$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@9f854889a4a09eea6a18366f51b1ed492ee77519
+$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@ab4ec436f07d391c52d49817622c6622e832aad2
77
if [[ -x "$(command -v nvidia-smi)" ]]; then
78
$PYTHON_EXECUTABLE scripts/patch_triton.py
79
fi
0 commit comments