mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 03:37:03 +08:00
[Model] Fix Qwen3VL mm mapping (#27027)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
parent
5afd3276df
commit
9f4e30904b
@ -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.",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user