From 02cbe972c3013a596c422b8cc0ca1e872f2eb647 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Mon, 16 Dec 2024 08:51:55 +0530 Subject: [PATCH] [Tests] update always test pipelines list. (#10143) update always test pipelines list. --- utils/fetch_torch_cuda_pipeline_test_matrix.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/fetch_torch_cuda_pipeline_test_matrix.py b/utils/fetch_torch_cuda_pipeline_test_matrix.py index e6a9c4b6a3..227a60bc59 100644 --- a/utils/fetch_torch_cuda_pipeline_test_matrix.py +++ b/utils/fetch_torch_cuda_pipeline_test_matrix.py @@ -16,12 +16,8 @@ ALWAYS_TEST_PIPELINE_MODULES = [ "stable_diffusion_2", "stable_diffusion_xl", "stable_diffusion_adapter", - "deepfloyd_if", "ip_adapters", - "kandinsky", "kandinsky2_2", - "text_to_video_synthesis", - "wuerstchen", ] PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))