Skip to content

Commit 10981b1

Browse files
fix
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent f849175 commit 10981b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/cudagraph_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, vllm_config: VllmConfig):
5151
"cudagraph_mode piecewise cudagraphs is used, "
5252
"and attention should be in splitting_ops or "
5353
"inductor splitting should be used. "
54-
f"cudagraph_mode={self.cudagraph_mode}, "
54+
f"cudagraph_mode={self.compilation_config.cudagraph_mode}, "
5555
f"compilation_mode={self.compilation_config.mode}, "
5656
f"splitting_ops={self.compilation_config.splitting_ops}"
5757
)

0 commit comments

Comments
 (0)