diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 0629f9f72ab..b17dd3f8f95 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -08434df1f2f88c9770e59246caa2ff9c6f613270 +295f2ed4d103017f7e19a7b8263ece606cd629db diff --git a/examples/models/llama3_2_vision/install_requirements.sh b/examples/models/llama3_2_vision/install_requirements.sh index 9076cb967d0..7dad02caad7 100755 --- a/examples/models/llama3_2_vision/install_requirements.sh +++ b/examples/models/llama3_2_vision/install_requirements.sh @@ -7,7 +7,7 @@ set +ex -NIGHTLY_VERSION="dev20250220" +NIGHTLY_VERSION="dev20250311" # Install torchtune nightly for model definitions. pip install --pre torchtune==0.6.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu --no-cache-dir diff --git a/install_requirements.py b/install_requirements.py index 9353dad180e..3f385f60f38 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -67,6 +67,9 @@ def python_is_compatible(): # NOTE: If a newly-fetched version of the executorch repo changes the value of # NIGHTLY_VERSION, you should re-run this script to install the necessary # package versions. +# +# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt +# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ NIGHTLY_VERSION = "dev20250311"