Skip to content

Commit b96ef98

Browse files
authored
Use torchtune 0.6.1
1 parent f688329 commit b96ef98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/models/llama3_2_vision/install_requirements.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@
77

88
set +ex
99

10-
NIGHTLY_VERSION="dev20250310"
11-
1210
# Install torchtune nightly for model definitions.
13-
pip install --pre torchtune==0.6.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir
11+
pip install --pre torchtune==0.6.1 --no-cache-dir

0 commit comments

Comments
 (0)