"tests/vscode:/vscode.git/clone" did not exist on "8bbcf8b6e7ad0cdeaef010bd834bd723f4e00445"
Unverified Commit 0d0e3a42 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Bugfix][Hardware][Intel CPU] Fix unpassed multi_modal_kwargs for CPU runner (#5956)

parent 74d55c06
......@@ -355,6 +355,7 @@ class CPUModelRunner(ModelRunnerBase[CPUModelInput]):
input_positions=input_positions,
attn_metadata=attn_metadata,
sampling_metadata=sampling_metadata,
multi_modal_kwargs=multi_modal_kwargs,
)
@torch.inference_mode()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment