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. # List here the models to always test.
IMPORTANT_MODELS = [ IMPORTANT_MODELS = [
"auto", "auto",
# Most downloaded models
"bert", "bert",
"clip",
"t5",
"xlm-roberta",
"gpt2", "gpt2",
"bart", "t5",
"mpnet", "modernbert",
"gpt-j", "vit,clip",
"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",
"detr", "detr",
"owlvit", "table_transformer",
"dpt", "got_ocr2",
"videomae", "whisper",
"wav2vec2",
"qwen2_audio",
"speech_t5",
"csm",
"llama",
"gemma3",
"qwen2",
"mistral3",
"qwen2_5_vl",
"llava",
"smolvlm",
"internvl",
"gemma3n",
"qwen2_5_omni",
] ]