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 23ad59b commit 912723cCopy full SHA for 912723c
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@df3b18ace9815c977e3a25bde09b3310e0a243b9
+$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@9f854889a4a09eea6a18366f51b1ed492ee77519
77
if [[ -x "$(command -v nvidia-smi)" ]]; then
78
$PYTHON_EXECUTABLE scripts/patch_triton.py
79
fi
0 commit comments