We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb4fe9 commit 0ec8422Copy full SHA for 0ec8422
vllm/model_executor/models/idefics3.py
@@ -338,6 +338,7 @@ def _call_hf_processor(
338
prompt_ids = self._apply_hf_processor_tokens_only(prompt_ids)
339
return BatchFeature(dict(input_ids=[prompt_ids]), tensor_type="pt")
340
341
+ mm_kwargs = {"input_data_format": "channels_last", **mm_kwargs}
342
processed_outputs = super()._call_hf_processor(
343
prompt,
344
mm_data,
0 commit comments