Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit f177c04

Browse files
Isotr0pyRobert Shaw
authored andcommitted
[Bugfix][Hardware][Intel CPU] Fix unpassed multi_modal_kwargs for CPU runner (vllm-project#5956)
1 parent 74bf88f commit f177c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/worker/cpu_model_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ def prepare_model_input(
355355
input_positions=input_positions,
356356
attn_metadata=attn_metadata,
357357
sampling_metadata=sampling_metadata,
358+
multi_modal_kwargs=multi_modal_kwargs,
358359
)
359360

360361
@torch.inference_mode()

0 commit comments

Comments
 (0)