Skip to content

Commit 35e88de

Browse files
committed
Test ao PR #479
1 parent fa6ecf5 commit 35e88de

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@a35a1cd7b250df471fca49852f7e8b69cbbf38bf
76+
$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@df3b18ace9815c977e3a25bde09b3310e0a243b9
7777
if [[ -x "$(command -v nvidia-smi)" ]]; then
7878
$PYTHON_EXECUTABLE scripts/patch_triton.py
7979
fi

0 commit comments

Comments
 (0)