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 f688329 commit b96ef98Copy full SHA for b96ef98
examples/models/llama3_2_vision/install_requirements.sh
@@ -7,7 +7,5 @@
7
8
set +ex
9
10
-NIGHTLY_VERSION="dev20250310"
11
-
12
# 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
+pip install --pre torchtune==0.6.1 --no-cache-dir
0 commit comments