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

Commit

Permalink
[Bugfix][Hardware][Intel CPU] Fix unpassed multi_modal_kwargs for CPU…
Browse files Browse the repository at this point in the history
… runner (vllm-project#5956)
  • Loading branch information
Isotr0py authored and robertgshaw2-neuralmagic committed Jul 1, 2024
1 parent 74bf88f commit f177c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/worker/cpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def prepare_model_input(
input_positions=input_positions,
attn_metadata=attn_metadata,
sampling_metadata=sampling_metadata,
multi_modal_kwargs=multi_modal_kwargs,
)

@torch.inference_mode()
Expand Down

0 comments on commit f177c04

Please sign in to comment.