Skip to content

Commit 0642908

Browse files
committed
update
Signed-off-by: Jade Zheng <[email protected]>
1 parent 6f7f844 commit 0642908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm_ascend/spec_decode/ngram_proposer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def dummy_run(self,
2626
num_reqs=None,
2727
num_tokens_across_dp=None,
2828
aclgraph_runtime_mode: CUDAGraphMode = CUDAGraphMode.NONE,
29-
batch_descriptor=None):
29+
batch_descriptor=None,
30+
dummy_compute_logits=lambda hidden_states: None):
3031
pass
3132

3233
def generate_token_ids(self,

0 commit comments

Comments
 (0)