Skip to content

Commit c38c6bb

Browse files
committed
update
Signed-off-by: Jade Zheng <[email protected]>
1 parent 2624b3f commit c38c6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/worker/model_runner_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,7 @@ def dummy_compute_logits(hidden_states):
30873087
hidden_states[dummy_indices])
30883088

30893089
def dummy_drafter_compute_logits(hidden_states):
3090-
return self.drafter.compute_logits(
3090+
return self.drafter.model.compute_logits(
30913091
hidden_states[dummy_indices])
30923092

30933093
else:

0 commit comments

Comments
 (0)