[VLM] fix loading issues (#38051)
* fix qwen2-vl loading * fix a few nore models * delete print * fix copies
This commit is contained in:
committed by
GitHub
parent
a31fa218ad
commit
a5c6172c81
@@ -219,22 +219,19 @@ TORCH_INIT_FUNCTIONS = {
|
||||
# DO NOT MODIFY, KEPT FOR BC ONLY
|
||||
VLMS = [
|
||||
"aria",
|
||||
"aya_vision",
|
||||
"ayavision",
|
||||
"emu3",
|
||||
"fuyu",
|
||||
"got_ocr2",
|
||||
"gotocr2",
|
||||
"gemma3",
|
||||
"internvl",
|
||||
"llava",
|
||||
"llava_next",
|
||||
"llava_next_video",
|
||||
"llava_onevision",
|
||||
"llava", # all llava prefixed models fall under this check
|
||||
"mistral3",
|
||||
"mllama",
|
||||
"paligemma",
|
||||
"qwen2_vl",
|
||||
"qwem2_5_vl",
|
||||
"video_llava",
|
||||
"qwen2vl",
|
||||
"qwen2_5_vl",
|
||||
"videollava",
|
||||
"vipllava",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user