Skip to content

Commit 3854f4b

Browse files
pytorchbotlucylq
andauthored
update torchtune pin (#14664)
Co-authored-by: lucylq <[email protected]>
1 parent 0a02c6a commit 3854f4b

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
@@ -738,8 +738,8 @@ jobs:
738738
# Install llama requirements
739739
bash examples/models/llama/install_requirements.sh
740740
741-
# install a recent version of torchtune.
742-
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250730 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
741+
# install a recent version of torchtune (>= 20250730)
742+
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250929 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
743743
744744
# run llama runner in eager mode
745745
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh

0 commit comments

Comments
 (0)