We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138bdf commit 4a53a64Copy full SHA for 4a53a64
tests/compile/piecewise/test_toy_llama.py
@@ -356,13 +356,13 @@ def test_toy_llama(
356
)
357
358
compile_config_no_compile = CompilationConfig(
359
- level=CompilationLevel.NO_COMPILATION,
+ level=CompilationMode.NONE,
360
cudagraph_mode=CUDAGraphMode.NONE,
361
backend="eager",
362
363
364
compile_config_no_split = CompilationConfig(
365
- level=CompilationLevel.PIECEWISE,
+ level=CompilationMode.VLLM_COMPILE,
366
use_inductor_graph_partition=use_inductor_graph_partition,
367
cudagraph_mode=CUDAGraphMode.PIECEWISE,
368
backend=backend,
0 commit comments