fix: align enable_overlap_scheduler naming between code and docs (#2038)

This commit is contained in:
ws
2024-11-15 19:39:10 +08:00
committed by GitHub
parent f6dd648620
commit 29ebe3dff4
3 changed files with 3 additions and 3 deletions

View File

@@ -673,7 +673,7 @@ def run_and_check_memory_leak(
if enable_mixed_chunk:
other_args += ["--enable-mixed-chunk"]
if enable_overlap:
other_args += ["--enable-overlap-scheduler"]
other_args += ["--enable-overlap-schedule"]
model = DEFAULT_MODEL_NAME_FOR_TEST
port = random.randint(4000, 5000)