Support VILA models (#6106)

This commit is contained in:
Zijian
2025-06-12 02:47:25 +08:00
committed by GitHub
parent 02543b545c
commit 31d6dee5c4
7 changed files with 419 additions and 3 deletions

View File

@@ -578,6 +578,7 @@ multimodal_model_archs = [
"KimiVLForConditionalGeneration",
"InternVLChatModel",
"Phi4MMForCausalLM",
"VILAForConditionalGeneration",
]