Skip to content

Commit

Permalink
disable running peft non-peft lora test in the peft env. (huggingface…
Browse files Browse the repository at this point in the history
…#6437)

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

* Empty-Commit
  • Loading branch information
sayakpaul authored Jan 4, 2024
1 parent 2993257 commit 63de23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 63de23e

Please sign in to comment.