From 63de23e3dbd936f58f2fa2858e5ea46f3010ae24 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 4 Jan 2024 10:18:46 +0530 Subject: [PATCH] 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 --- .github/workflows/push_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index dbf48ca8f1..312d3ec227 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -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/