diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index b17dd3f8f95..a846b87c198 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -295f2ed4d103017f7e19a7b8263ece606cd629db +7ae0ce6360b6e4f944906502d20da24c04debee5 diff --git a/examples/models/llama3_2_vision/install_requirements.sh b/examples/models/llama3_2_vision/install_requirements.sh index 7dad02caad7..4a5df966e5f 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="dev20250311" +NIGHTLY_VERSION="dev20250310" # 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 0331f76522a..4b3de68b8db 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -71,7 +71,7 @@ def python_is_compatible(): # # 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" +NIGHTLY_VERSION = "dev20250310" def install_requirements(use_pytorch_nightly):