Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 3e83c12

Browse files
authored
[Bugfix][CPU] fix missing input intermediate_tensors in the cpu_model_runner (vllm-project#8733)
1 parent e551ca1 commit 3e83c12

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)