Skip to content

Commit 6109c0b

Browse files
committed
Add torchao back
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 395ae16 commit 6109c0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/models/llama3_2_vision/install_requirements.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ NIGHTLY_VERSION="dev20241112"
99

1010
# Install torchtune nightly for model definitions.
1111
pip install --pre torchtune==0.4.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir
12+
13+
# Install torchao.
14+
pip install "$(dirname "$0")/../../../third-party/ao"

0 commit comments

Comments
 (0)