Skip to content

Commit f23616c

Browse files
authored
Make nightly versions consistent (#9453)
Summary: - Make the git hash from 3/11 nightly consistent with https://hud.pytorch.org/pytorch/pytorch/commit/d962699548c6740bf5d0f3ccda933de3b6fca643 - Make torchtune nightly consistent
1 parent fc6d86e commit f23616c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
08434df1f2f88c9770e59246caa2ff9c6f613270
1+
295f2ed4d103017f7e19a7b8263ece606cd629db

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="dev20250220"
10+
NIGHTLY_VERSION="dev20250311"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def python_is_compatible():
6868
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6969
# NIGHTLY_VERSION, you should re-run this script to install the necessary
7070
# package versions.
71+
#
72+
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
73+
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
7174
NIGHTLY_VERSION = "dev20250311"
7275

7376

0 commit comments

Comments
 (0)