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 3628c7b commit 356c525Copy full SHA for 356c525
.github/workflows/nightly_tests.yml
@@ -372,8 +372,6 @@ jobs:
372
run: |
373
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
374
python -m uv pip install -e [quality,test]
375
- python -m uv pip install peft@git+https://github.com/huggingface/peft.git
376
- pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
377
python -m uv pip install -U ${{ matrix.config.backend }}
378
python -m uv pip install pytest-reportlog
379
- name: Environment
0 commit comments