Skip to content

Commit 9157b57

Browse files
committed
fix?
1 parent c20e8ab commit 9157b57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
295f2ed4d103017f7e19a7b8263ece606cd629db
1+
cdb42bd8cc05bef0ec9b682b274c2acb273f2d62

examples/models/llama3_2_vision/install_requirements.sh

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

88
set +ex
99

10-
NIGHTLY_VERSION="dev20250311"
10+
NIGHTLY_VERSION="dev20250310"
1111

1212
# Install torchtune nightly for model definitions.
1313
pip install --pre torchtune==0.6.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def python_is_compatible():
7171
#
7272
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
7373
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74-
NIGHTLY_VERSION = "dev20250311"
74+
NIGHTLY_VERSION = "dev20250310"
7575

7676

7777
def install_requirements(use_pytorch_nightly):

0 commit comments

Comments
 (0)