Simplify server startup output (#20885)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lianmin Zheng
2026-03-19 13:11:37 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent a02cff7f2b
commit 0949b138af
13 changed files with 43 additions and 50 deletions
+1 -3
View File
@@ -14,13 +14,11 @@ def main():
# complex sub commands
subparsers = parser.add_subparsers(dest="subcommand", required=True)
subparsers.add_parser(
"serve",
help="Launch the SGLang server.",
help="Launch an SGLang server.",
add_help=False,
)
subparsers.add_parser(
"generate",
help="Run inference on a multimodal model.",