Unverified Commit 63de23e3 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

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
parent 2993257f
......@@ -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/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment