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 36bc333 commit b48fde5Copy full SHA for b48fde5
.github/workflows/pr_tests.yml
@@ -265,11 +265,11 @@ jobs:
265
- name: Run fast PyTorch LoRA tests with PEFT
266
run: |
267
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
268
- python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
+ python -m pytest -n 6 --max-worker-restart=0 --dist=loadfile \
269
-s -v \
270
--make-reports=tests_peft_main \
271
tests/lora/
272
273
274
--make-reports=tests_models_lora_peft_main \
275
tests/models/ -k "lora"
0 commit comments