[BugFix] Fix embed_input_ids argument error of QwenVLForConditionalGeneration (#32462)
This commit is contained in:
@@ -731,6 +731,8 @@ class QwenVLForConditionalGeneration(
|
||||
],
|
||||
}
|
||||
|
||||
embed_input_ids = SupportsMultiModal.embed_input_ids
|
||||
|
||||
def get_mm_mapping(self) -> MultiModelKeys:
|
||||
"""
|
||||
Get the module prefix in multimodal models
|
||||
|
||||
Reference in New Issue
Block a user