Unverified Commit 976af2f3 authored by honglyua's avatar honglyua Committed by GitHub
Browse files

[BugFix] Fix embed_input_ids argument error of QwenVLForConditionalGeneration (#32462)

parent 9a1f16da
...@@ -731,6 +731,8 @@ class QwenVLForConditionalGeneration( ...@@ -731,6 +731,8 @@ class QwenVLForConditionalGeneration(
], ],
} }
embed_input_ids = SupportsMultiModal.embed_input_ids
def get_mm_mapping(self) -> MultiModelKeys: def get_mm_mapping(self) -> MultiModelKeys:
""" """
Get the module prefix in multimodal models Get the module prefix in multimodal models
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment