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 395ae16 commit 6109c0bCopy full SHA for 6109c0b
examples/models/llama3_2_vision/install_requirements.sh
@@ -9,3 +9,6 @@ NIGHTLY_VERSION="dev20241112"
9
10
# Install torchtune nightly for model definitions.
11
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