1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

add peft dependency to fast push tests (#6229)

* add peft dependency

* add peft dependency at the correct place.
This commit is contained in:
Sayak Paul
2023-12-19 13:26:25 +05:30
committed by GitHub
parent 32ff4773d4
commit bf40d7d82a

View File

@@ -98,6 +98,7 @@ jobs:
- name: Run example PyTorch CPU tests
if: ${{ matrix.config.framework == 'pytorch_examples' }}
run: |
python -m pip install peft
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
--make-reports=tests_${{ matrix.config.report }} \
examples