Skip to content

Commit 38cac6d

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

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
@@ -44,7 +44,7 @@ def __init__(self, vllm_config: VllmConfig):
4444
}
4545

4646
assert (
47-
self.compilation_config.cudagraph_mode.requires_piecewise_compilation()
47+
not self.compilation_config.cudagraph_mode.requires_piecewise_compilation()
4848
or self.compilation_config.is_attention_compiled_piecewise()
4949
), (
5050
"Compilation mode should be CompilationMode.VLLM_COMPILE when "

0 commit comments

Comments
 (0)