Skip to content

Commit c2ced76

Browse files
committed
Update torchao pin
1 parent 912723c commit c2ced76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $PIP_EXECUTABLE install --extra-index-url "${TORCH_NIGHTLY_URL}" \
7373

7474
# For torchao need to install from github since nightly build doesn't have macos build.
7575
# TODO: Remove this and install nightly build, once it supports macos
76-
$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@9f854889a4a09eea6a18366f51b1ed492ee77519
76+
$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@ab4ec436f07d391c52d49817622c6622e832aad2
7777
if [[ -x "$(command -v nvidia-smi)" ]]; then
7878
$PYTHON_EXECUTABLE scripts/patch_triton.py
7979
fi

0 commit comments

Comments
 (0)