Skip to content

Commit 66984ed

Browse files
authored
Update IMPORTANT_MODELS list (#39734)
1 parent de8d0ce commit 66984ed

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

utils/tests_fetcher.py

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,29 @@
7474
# List here the models to always test.
7575
IMPORTANT_MODELS = [
7676
"auto",
77-
# Most downloaded models
7877
"bert",
79-
"clip",
80-
"t5",
81-
"xlm-roberta",
8278
"gpt2",
83-
"bart",
84-
"mpnet",
85-
"gpt-j",
79+
"t5",
80+
"modernbert",
81+
"vit,clip",
82+
"detr",
83+
"table_transformer",
84+
"got_ocr2",
85+
"whisper",
8686
"wav2vec2",
87-
"deberta-v2",
88-
"layoutlm",
87+
"qwen2_audio",
88+
"speech_t5",
89+
"csm",
8990
"llama",
90-
"opt",
91-
"longformer",
92-
"vit",
93-
"whisper",
94-
# Pipeline-specific model (to be sure each pipeline has one model in this list)
95-
"tapas",
96-
"vilt",
97-
"clap",
98-
"detr",
99-
"owlvit",
100-
"dpt",
101-
"videomae",
91+
"gemma3",
92+
"qwen2",
93+
"mistral3",
94+
"qwen2_5_vl",
95+
"llava",
96+
"smolvlm",
97+
"internvl",
98+
"gemma3n",
99+
"qwen2_5_omni",
102100
]
103101

104102

0 commit comments

Comments
 (0)