mirror of
https://github.com/huggingface/transformers.git
synced 2025-10-20 17:13:56 +08:00
* up * up * up * up * up * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
29 lines
441 B
Python
29 lines
441 B
Python
# List here the models to always test.
|
|
IMPORTANT_MODELS = [
|
|
"auto",
|
|
"bert",
|
|
"gpt2",
|
|
"t5",
|
|
"modernbert",
|
|
"vit,clip",
|
|
"detr",
|
|
"table_transformer",
|
|
"got_ocr2",
|
|
"whisper",
|
|
"wav2vec2",
|
|
"qwen2_audio",
|
|
"speech_t5",
|
|
"csm",
|
|
"llama",
|
|
"gemma3",
|
|
"qwen2",
|
|
"mistral3",
|
|
"qwen2_5_vl",
|
|
"llava",
|
|
"smolvlm",
|
|
"internvl",
|
|
"gemma3n",
|
|
"gpt_oss",
|
|
"qwen2_5_omni",
|
|
]
|