Skip to content

Commit 6933889

Browse files
authored
update torchtune pin (#14662)
1 parent 9e6ad61 commit 6933889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ jobs:
746746
# Install llama requirements
747747
bash examples/models/llama/install_requirements.sh
748748
749-
# install a recent version of torchtune.
750-
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250730 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
749+
# install a recent version of torchtune (>= 20250730)
750+
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250929 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
751751
752752
# run llama runner in eager mode
753753
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh

0 commit comments

Comments
 (0)