We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ff477 commit bf40d7dCopy full SHA for bf40d7d
.github/workflows/push_tests_fast.yml
@@ -98,6 +98,7 @@ jobs:
98
- name: Run example PyTorch CPU tests
99
if: ${{ matrix.config.framework == 'pytorch_examples' }}
100
run: |
101
+ python -m pip install peft
102
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
103
--make-reports=tests_${{ matrix.config.report }} \
104
examples
0 commit comments