Update IMPORTANT_MODELS list (#39734)
This commit is contained in:
@@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user