From d61beb96375e895837a846fcee501d6ba6e6353a Mon Sep 17 00:00:00 2001 From: jathu Date: Tue, 25 Mar 2025 11:08:34 -0700 Subject: [PATCH 1/2] fix? --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- examples/models/llama3_2_vision/install_requirements.sh | 2 +- install_requirements.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index b17dd3f8f95..15cdd0e379c 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -295f2ed4d103017f7e19a7b8263ece606cd629db +cdb42bd8cc05bef0ec9b682b274c2acb273f2d62 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): From 336143808ff421eddc62d6b6f9f943bacd9f270c Mon Sep 17 00:00:00 2001 From: jathu Date: Tue, 25 Mar 2025 11:46:30 -0700 Subject: [PATCH 2/2] fix wrong sha --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 15cdd0e379c..a846b87c198 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -cdb42bd8cc05bef0ec9b682b274c2acb273f2d62 +7ae0ce6360b6e4f944906502d20da24c04debee5