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 0a02c6a commit 3854f4bCopy full SHA for 3854f4b
.github/workflows/pull.yml
@@ -738,8 +738,8 @@ jobs:
738
# Install llama requirements
739
bash examples/models/llama/install_requirements.sh
740
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
+ # 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
743
744
# run llama runner in eager mode
745
PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama_lora.sh
0 commit comments