Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 88f8658

Browse files
committed
Use temp AO commit to fix deprecation warnings
1 parent 2cc65b7 commit 88f8658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ REQUIREMENTS_TO_INSTALL=(
9191

9292
(
9393
set -x
94-
$PIP_EXECUTABLE install torchao=="0.5.0"
94+
$PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@dfd4cdacb41014b37a2bb6813fbd7a035802bff8
9595
)
9696

9797
if [[ -x "$(command -v nvidia-smi)" ]]; then

0 commit comments

Comments
 (0)