Skip to content

Commit 480356f

Browse files
committed
Update torchtune pin
1 parent 01d526f commit 480356f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/models/llama3_2_vision/install_requirements.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
NIGHTLY_VERSION="dev20241112"
8+
NIGHTLY_VERSION="dev20250115"
99

1010
# 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
11+
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

Comments
 (0)