[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
+2 -2
View File
@@ -51,7 +51,7 @@ class TestDeepseek(CustomTestCase):
"dynamic",
"--eplb-algorithm",
"deepseek",
"--cuda-graph-bs",
"--cuda-graph-bs-decode",
"256",
"--max-running-requests",
"2048",
@@ -112,7 +112,7 @@ class TestDeepseekMTP(CustomTestCase):
"dynamic",
"--eplb-algorithm",
"deepseek",
"--cuda-graph-bs",
"--cuda-graph-bs-decode",
"64", # TODO: increase it to 128 when TBO is supported in draft_extend
"--max-running-requests",
"512",