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 9112028 commit 9e2804fCopy full SHA for 9e2804f
.github/workflows/pr_test_peft_backend.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run fast PyTorch LoRA CPU tests with PEFT backend
61
run: |
62
- python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
+ python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
63
-s -v \
64
--make-reports=tests_${{ matrix.config.report }} \
65
tests/lora/test_lora_layers_peft.py
0 commit comments