[refactor] Retire the legacy config accessor and the remaining process singletons (#30493)

This commit is contained in:
Cheng Wan
2026-07-09 02:10:47 -07:00
committed by GitHub
parent 122b3266a2
commit 1f15308dca
158 changed files with 773 additions and 710 deletions
+2 -2
View File
@@ -1783,9 +1783,9 @@ class _SGLangPlugin(_FrameworkPlugin):
return None
try:
from sglang.srt.server_args import get_global_server_args
from sglang.srt.runtime_context import get_server_args
args = get_global_server_args()
args = get_server_args()
if args is None:
return None