Skip to content

Commit 55e6279

Browse files
author
wangxiaoxin-sherie
committed
xx
1 parent 87d4d71 commit 55e6279

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
@@ -420,7 +420,7 @@ def __init__(self, vllm_config: VllmConfig, device: torch.device):
420420
device=self.device)
421421

422422
if self.vllm_config.model_config.use_mla and \
423-
self.compilation_config.cudagraph_mode == CUDAGraphMode.FULL_DECODE_ONLY:
423+
self.compilation_config.cudagraph_mode.has_full_cudagraphs():
424424
rope_dim = self.model_config.hf_text_config.qk_rope_head_dim
425425
self.cos = torch.ones(self.max_num_reqs *
426426
self.decode_token_per_req,

0 commit comments

Comments
 (0)