Update pr_test_peft_backend.yml to use 1 process for testing (#6613)

This commit is contained in:
Patrick von Platen
2024-01-17 15:55:30 +02:00
committed by sayakpaul
parent f3e47f4c70
commit a366a8dcdb
+1 -1
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