[Model] Fix Qwen3VL mm mapping (#27027)

Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
Jee Jee Li 2025-10-17 00:45:59 +08:00 committed by GitHub
parent 5afd3276df
commit 9f4e30904b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1776,6 +1776,6 @@ class Qwen3VLForConditionalGeneration(
"""
return MultiModelKeys.from_string_field(
language_model="language_model",
connector="model.visual.merger",
tower_model="model.visual.",
connector="visual.merger",
tower_model="visual.",
)