[V1] Fix non-cudagraph op name (#10166)
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
6b30471586
commit
b5815c8413
@ -411,7 +411,7 @@ class GPUModelRunner:
|
|||||||
set_compilation_config(
|
set_compilation_config(
|
||||||
CompilationConfig(
|
CompilationConfig(
|
||||||
use_cudagraph=True,
|
use_cudagraph=True,
|
||||||
non_cudagraph_ops=["vllm.unified_flash_attention"],
|
non_cudagraph_ops=["vllm.unified_v1_flash_attention"],
|
||||||
use_inductor=True,
|
use_inductor=True,
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user