Update IMPORTANT_MODELS list (#39734)

This commit is contained in:
ivarflakstad
2025-07-29 12:34:57 +02:00
committed by GitHub
parent de8d0cec30
commit 66984ed4f6

View File

@@ -74,31 +74,29 @@ NUM_MODELS_TO_TRIGGER_FULL_CI = 30
# List here the models to always test.
IMPORTANT_MODELS = [
"auto",
# Most downloaded models
"bert",
"clip",
"t5",
"xlm-roberta",
"gpt2",
"bart",
"mpnet",
"gpt-j",
"wav2vec2",
"deberta-v2",
"layoutlm",
"llama",
"opt",
"longformer",
"vit",
"whisper",
# Pipeline-specific model (to be sure each pipeline has one model in this list)
"tapas",
"vilt",
"clap",
"t5",
"modernbert",
"vit,clip",
"detr",
"owlvit",
"dpt",
"videomae",
"table_transformer",
"got_ocr2",
"whisper",
"wav2vec2",
"qwen2_audio",
"speech_t5",
"csm",
"llama",
"gemma3",
"qwen2",
"mistral3",
"qwen2_5_vl",
"llava",
"smolvlm",
"internvl",
"gemma3n",
"qwen2_5_omni",
]