Support Phi-4 Multi-Modal (text + vision only) (#6494)

This commit is contained in:
Lifu Huang
2025-05-24 21:43:38 -07:00
committed by GitHub
parent 681e7af32b
commit 022012aae8
8 changed files with 650 additions and 6 deletions

View File

@@ -552,6 +552,7 @@ multimodal_model_archs = [
"Qwen2_5_VLForConditionalGeneration",
"KimiVLForConditionalGeneration",
"InternVLChatModel",
"Phi4MMForCausalLM",
]