1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

disable running peft non-peft lora test in the peft env. (#6437)

* disable running peft non-peft lora test in the peft env.

* Empty-Commit
This commit is contained in:
Sayak Paul
2024-01-04 10:18:46 +05:30
committed by GitHub
parent 2993257f2a
commit 63de23e3db

View File

@@ -189,7 +189,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG: :16:8
run: |
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v -k "not Flax and not Onnx" \
-s -v -k "not Flax and not Onnx and not PEFTLoRALoading" \
--make-reports=tests_peft_cuda \
tests/lora/