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