Skip to content

Commit b27d4ed

Browse files
DN6sayakpaul
andauthored
[CI] Update always test Pipelines list in Pipeline fetcher (#10856)
* update * update --------- Co-authored-by: Sayak Paul <[email protected]>
1 parent 2b2d042 commit b27d4ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/fetch_torch_cuda_pipeline_test_matrix.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
PATH_TO_REPO = Path(__file__).parent.parent.resolve()
1313
ALWAYS_TEST_PIPELINE_MODULES = [
1414
"controlnet",
15+
"controlnet_flux",
16+
"controlnet_sd3",
1517
"stable_diffusion",
1618
"stable_diffusion_2",
19+
"stable_diffusion_3",
1720
"stable_diffusion_xl",
18-
"stable_diffusion_adapter",
1921
"ip_adapters",
20-
"kandinsky2_2",
22+
"flux",
2123
]
2224
PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))
2325

0 commit comments

Comments
 (0)