Skip to content

Commit e68d9a5

Browse files
committed
fix full graph case
Signed-off-by: ganyi <[email protected]>
1 parent c3261f2 commit e68d9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/attention/backends/mla/rocm_aiter_mla_sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class ROCMAiterMLASparseMetadata:
143143
class ROCMAiterMLASparseMetadataBuilder(
144144
AttentionMetadataBuilder[ROCMAiterMLASparseMetadata]
145145
):
146-
cudagraph_support: ClassVar[AttentionCGSupport] = (
146+
_cudagraph_support: ClassVar[AttentionCGSupport] = (
147147
AttentionCGSupport.UNIFORM_SINGLE_TOKEN_DECODE
148148
)
149149

0 commit comments

Comments
 (0)