[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
@@ -135,11 +135,11 @@ class TestVLMPiecewiseCudaGraph(CustomTestCase):
api_key=self.api_key,
other_args=[
"--trust-remote-code",
"--piecewise-cuda-graph-max-tokens",
"--cuda-graph-max-bs-prefill",
"8192",
"--enforce-piecewise-cuda-graph",
"--cuda-graph-backend-prefill=tc_piecewise",
"--tp=8",
"--piecewise-cuda-graph-compiler=eager",
"--cuda-graph-tc-compiler=eager",
"--disable-radix-cache",
"--log-level",
log_level,
@@ -140,14 +140,14 @@ class TestVLMViTCudaGraph(CustomTestCase):
other_args=[
"--mm-attention-backend",
"fa3",
"--enforce-piecewise-cuda-graph",
"--piecewise-cuda-graph-max-tokens",
"--cuda-graph-backend-prefill=tc_piecewise",
"--cuda-graph-max-bs-prefill",
"8192",
"--chunked-prefill-size",
"8192",
"--disable-radix-cache",
"--disable-overlap-schedule",
"--piecewise-cuda-graph-compiler",
"--cuda-graph-tc-compiler",
"eager",
],
env=process_env,