Skip to content

Commit 8ebeba2

Browse files
committed
Update on "CI test for lora"
Add CI test for LoRA: note, not program-data separated yet. Differential Revision: [D78751767](https://our.internmc.facebook.com/intern/diff/D78751767/) [ghstack-poisoned]
2 parents ac1560f + 3e9b6c7 commit 8ebeba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,6 @@ jobs:
684684
# install llama requirements
685685
bash examples/models/llama/install_requirements.sh
686686
687-
# install a recent version of torchtune.
688-
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250730 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
689-
690687
# run llama runner in eager mode
691688
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_runner_eager.sh
692689
@@ -714,6 +711,9 @@ jobs:
714711
# Install llama requirements
715712
bash examples/models/llama/install_requirements.sh
716713
714+
# install a recent version of torchtune.
715+
PYTHON_EXECUTABLE=python python -m pip install torchtune==0.7.0.dev20250730 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
716+
717717
# run llama runner in eager mode
718718
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh
719719

0 commit comments

Comments
 (0)