[Config] Retire get_global_server_args, and clear the deprecated flags that have a replacement (#38375)

This commit is contained in:
Cheng Wan
2026-09-08 16:42:12 -07:00
committed by GitHub
parent 5177a3ec08
commit db272201a2
213 changed files with 625 additions and 892 deletions
@@ -21,7 +21,7 @@ class TestQwen35FP4(CustomTestCase):
"4",
"--chunked-prefill-size",
"2048",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"extra_buffer",
"--mamba-track-interval",
"128",
@@ -37,7 +37,7 @@ class TestQwen35FP4(CustomTestCase):
"4",
"--chunked-prefill-size",
"2048",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"extra_buffer",
"--mamba-track-interval",
"128",
@@ -103,7 +103,7 @@ class TestQwen35FP4MTP(ReasoningTokenUsageMixin, CustomTestCase):
"4",
"--chunked-prefill-size",
"2048",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"extra_buffer",
"--mamba-track-interval",
"128",
@@ -20,7 +20,7 @@ class TestQwen3Next(
"4",
"--chunked-prefill-size",
"1024",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"extra_buffer",
"--mamba-track-interval",
"2",
@@ -45,7 +45,7 @@ class TestQwen3NextLazyExtraBuffer(
"4",
"--chunked-prefill-size",
"1024",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"extra_buffer_lazy",
"--mamba-track-interval",
"2",
@@ -34,7 +34,7 @@ class TestQwen3NextMTP(GSM8KMixin, KLDivergenceMixin, DefaultServerBase):
"4",
"--chunked-prefill-size",
"2048",
"--mamba-scheduler-strategy",
"--mamba-radix-cache-strategy",
"no_buffer",
"--disable-radix-cache",
]