File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments