Skip to content

Commit be29e68

Browse files
committed
remove enable_overlap_scheduler parameter
Signed-off-by: xinhe-nv <[email protected]>
1 parent 37b4c73 commit be29e68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,7 @@ def test_ptp_quickstart_advanced_deepseek_v3_2nodes_8gpus(
14181418
"trtllm-llmapi-launch",
14191419
"python3",
14201420
str(example_root / "quickstart_advanced.py"),
1421-
"--model_dir",
1422-
f"{llm_models_root()}/{model_path}",
1421+
f"--model_dir={llm_models_root()}/{model_path}",
14231422
"--moe_ep_size=8",
14241423
"--tp_size=16",
14251424
"--use_cuda_graph",

0 commit comments

Comments
 (0)