We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6ad61 commit 6933889Copy full SHA for 6933889
.github/workflows/pull.yml
@@ -746,8 +746,8 @@ jobs:
746
# Install llama requirements
747
bash examples/models/llama/install_requirements.sh
748
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
+ # 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
751
752
# run llama runner in eager mode
753
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh
0 commit comments