From 5327518018978809534d11fa1ba382654bb2ac2d Mon Sep 17 00:00:00 2001 From: lucylq Date: Mon, 29 Sep 2025 13:31:46 -0700 Subject: [PATCH] update torchtune pin (#14662) (cherry picked from commit 69338893076bb684ef866afd46fc4e16ef662f0f) --- .github/workflows/pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2b6b66de448..c7f6c126a08 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -738,8 +738,8 @@ jobs: # Install llama requirements bash examples/models/llama/install_requirements.sh - # install a recent version of torchtune. - PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250730 --extra-index-url https://download.pytorch.org/whl/nightly/cpu + # install a recent version of torchtune (>= 20250730) + PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250929 --extra-index-url https://download.pytorch.org/whl/nightly/cpu # run llama runner in eager mode PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh