Skip to content

Commit 0492c55

Browse files
authored
[Upstream fix] Fix after #23041 from upstream (#87)
Culprit PR: vllm-project/vllm#23041 Signed-off-by: Agata Dobrzyniewicz <[email protected]>
1 parent 77c704f commit 0492c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm_gaudi/v1/worker/hpu_model_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,6 @@ def execute_model(
19061906
req_id_to_index=self.input_batch.req_id_to_index,
19071907
sampled_token_ids=postprocessed_sampled_token_ids,
19081908
logprobs=logprobs,
1909-
spec_token_ids=None,
19101909
prompt_logprobs_dict=prompt_logprobs_dict, # type: ignore[arg-type]
19111910
pooler_output=[],
19121911
)

0 commit comments

Comments
 (0)