Skip to content

Commit 4a53a64

Browse files
updated after merge
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
1 parent e138bdf commit 4a53a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compile/piecewise/test_toy_llama.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,13 @@ def test_toy_llama(
356356
)
357357

358358
compile_config_no_compile = CompilationConfig(
359-
level=CompilationLevel.NO_COMPILATION,
359+
level=CompilationMode.NONE,
360360
cudagraph_mode=CUDAGraphMode.NONE,
361361
backend="eager",
362362
)
363363

364364
compile_config_no_split = CompilationConfig(
365-
level=CompilationLevel.PIECEWISE,
365+
level=CompilationMode.VLLM_COMPILE,
366366
use_inductor_graph_partition=use_inductor_graph_partition,
367367
cudagraph_mode=CUDAGraphMode.PIECEWISE,
368368
backend=backend,

0 commit comments

Comments
 (0)