We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d526f commit 480356fCopy full SHA for 480356f
examples/models/llama3_2_vision/install_requirements.sh
@@ -5,7 +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
+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