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 e730c12 commit be0e21bCopy full SHA for be0e21b
examples/models/llama3_2_vision/install_requirements.sh
@@ -9,6 +9,3 @@ 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