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 4f2ac7e commit ee14ad0Copy full SHA for ee14ad0
examples/models/llama3_2_vision/install_requirements.sh
@@ -5,8 +5,10 @@
5
# This source code is licensed under the BSD-style license found in the
6
# LICENSE file in the root directory of this source tree.
7
8
+NIGHTLY_VERSION="dev20241112"
9
+
10
# Install torchtune nightly for model definitions.
-pip install --pre torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir
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