Skip to content

Commit b48fde5

Browse files
committed
increase the number of workers.
1 parent 36bc333 commit b48fde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ jobs:
265265
- name: Run fast PyTorch LoRA tests with PEFT
266266
run: |
267267
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
268-
python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
268+
python -m pytest -n 6 --max-worker-restart=0 --dist=loadfile \
269269
-s -v \
270270
--make-reports=tests_peft_main \
271271
tests/lora/
272-
python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
272+
python -m pytest -n 6 --max-worker-restart=0 --dist=loadfile \
273273
-s -v \
274274
--make-reports=tests_models_lora_peft_main \
275275
tests/models/ -k "lora"

0 commit comments

Comments
 (0)