model support: Sarashina2VisionForCausalLM (#10632)

This commit is contained in:
Chang Su
2025-09-18 17:30:38 -07:00
committed by GitHub
parent 4e6c4923a0
commit c1815a99b7
6 changed files with 366 additions and 2 deletions

View File

@@ -756,6 +756,7 @@ multimodal_model_archs = [
"VILAForConditionalGeneration",
"Step3VLForConditionalGeneration",
"DotsVLMForCausalLM",
"Sarashina2VisionForCausalLM",
]