vllm/tests/compile/piecewise/piecewise_compilation_config.json
youkaichao ff5ed6e1bc
[torch.compile] rework compile control with piecewise cudagraph (#9715)
Signed-off-by: youkaichao <youkaichao@gmail.com>
2024-10-29 23:03:49 -07:00

4 lines
75 B
JSON

{
"use_cudagraph": true,
"non_cudagraph_ops": ["silly.attention"]
}