Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick von Platen
a99b0eb517 Update pr_test_peft_backend.yml to use 1 process for testing 2024-01-17 15:23:53 +02:00

View File

@@ -59,7 +59,7 @@ jobs:
- name: Run fast PyTorch LoRA CPU tests with PEFT backend
run: |
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v \
--make-reports=tests_${{ matrix.config.report }} \
tests/lora/test_lora_layers_peft.py