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

This commit is contained in:
honglyua
2026-01-19 11:06:02 +08:00
committed by GitHub
parent 9a1f16da1e
commit 976af2f314

View File

@@ -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