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 1ed09ba commit 419df5cCopy full SHA for 419df5c
examples/models/llama3_2_vision/install_requirements.sh
@@ -5,7 +5,5 @@
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="dev20250115"
9
-
10
# Install torchtune nightly for model definitions.
11
-pip install --pre torchtune==0.6.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir
+pip install torchtune==0.5.0 --no-cache-dir
0 commit comments