Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
91b19949
Unverified
Commit
91b19949
authored
Mar 13, 2025
by
Wang Ran (汪然)
Committed by
GitHub
Mar 12, 2025
Browse files
typo: Update http_server.py (#4350)
parent
7c866711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/entrypoints/http_server.py
python/sglang/srt/entrypoints/http_server.py
+1
-1
No files found.
python/sglang/srt/entrypoints/http_server.py
View file @
91b19949
...
...
@@ -614,7 +614,7 @@ def launch_server(
Note:
1. The HTTP server, Engine, and TokenizerManager both run in the main process.
2. Inter-process communication is done through I
C
P (each process uses a different port) via the ZMQ library.
2. Inter-process communication is done through IP
C
(each process uses a different port) via the ZMQ library.
"""
tokenizer_manager
,
scheduler_info
=
_launch_subprocesses
(
server_args
=
server_args
)
set_global_state
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment