We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0431a79 commit 00305f0Copy full SHA for 00305f0
examples/models/llama3_2_vision/install_requirements.sh
@@ -5,10 +5,7 @@
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"
+NIGHTLY_VERSION="dev20250115"
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"
+pip install --pre torchtune==0.6.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir
0 commit comments