Improve doc strings (#518)

This commit is contained in:
Lianmin Zheng
2024-06-08 02:06:52 -07:00
parent e8a2327d52
commit f6dbd24043
22 changed files with 52 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
"""Launch the inference server."""
import argparse
from sglang.srt.server import ServerArgs, launch_server
@@ -8,4 +10,4 @@ if __name__ == "__main__":
args = parser.parse_args()
server_args = ServerArgs.from_cli_args(args)
launch_server(server_args, None)
launch_server(server_args, None)