Skip to content

Commit d5dbdbf

Browse files
authored
[docs] Fix cudagraph mode config (#29170)
Signed-off-by: angelayi <[email protected]>
1 parent 30d6466 commit d5dbdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/debug_vllm_compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TL;DR:
99
|----------|----------|-------------|
1010
| --enforce-eager | enforce_eager=True | Turn off torch.compile and CUDAGraphs |
1111
| -O.mode=0 | mode=CompilationMode.NONE | Turn off torch.compile only |
12-
| -O.cudagraph_mode=NONE | compilation_config=CompilationConfig(mode=CompilationMode.NONE) | Turn off CUDAGraphs only |
12+
| -O.cudagraph_mode=NONE | compilation_config=CompilationConfig(cudagraph_mode=CUDAGraphMode.NONE) | Turn off CUDAGraphs only |
1313
| -O.backend=eager | compilation_config=CompilationConfig(backend='eager') | Turn off TorchInductor |
1414

1515
## vLLM-torch.compile overview

0 commit comments

Comments
 (0)