Clean up noisy startup log messages and refactor loader.py (#18531)
This commit is contained in:
@@ -6,6 +6,9 @@ import sys
|
||||
|
||||
from sglang.srt.server_args import prepare_server_args
|
||||
from sglang.srt.utils import kill_process_tree
|
||||
from sglang.srt.utils.common import suppress_noisy_warnings
|
||||
|
||||
suppress_noisy_warnings()
|
||||
|
||||
|
||||
def run_server(server_args):
|
||||
|
||||
Reference in New Issue
Block a user