Skip to content

Commit e48f208

Browse files
bigPYJ1151sumitd2
authored andcommitted
[Bugfix][CPU] fix missing input intermediate_tensors in the cpu_model_runner (vllm-project#8733)
Signed-off-by: Sumit Dubey <[email protected]>
1 parent ba606cd commit e48f208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vllm/worker/cpu_model_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ def execute_model(
456456
model_input.attn_metadata,
457457
**MultiModalInputs.as_kwargs(model_input.multi_modal_kwargs or {},
458458
device=self.device),
459+
"intermediate_tensors":
460+
intermediate_tensors,
459461
}
460462

461463
hidden_states = model_executable(**execute_model_kwargs)

0 commit comments

Comments
 (0)