init
This commit is contained in:
28
transformers/utils/important_files.py
Normal file
28
transformers/utils/important_files.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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",
|
||||
]
|
||||
Reference in New Issue
Block a user