Skip to content

Commit 59fa421

Browse files
committed
fix
Signed-off-by: xuyexiong <xuyexiong@huawei.com>
1 parent 11c3338 commit 59fa421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/spec_decode/mtp_proposer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def _propose(
442442
self.runner.aclgraph_dispatcher.dispatch(batch_descriptor)
443443
if aclgraph_runtime_mode not in [
444444
CUDAGraphMode.PIECEWISE, CUDAGraphMode.NONE
445-
]:
445+
]:
446446
# Fallback to piecewise graph, when acl full graph is enabled
447447
logger.debug(
448448
"Currently the eagle proposer only supports cudagraph_mode "

0 commit comments

Comments
 (0)