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
ca533580
Unverified
Commit
ca533580
authored
Aug 19, 2025
by
江家瑋
Committed by
GitHub
Aug 18, 2025
Browse files
[Docs] Correct and clarify notes in Engine docstring (#9313)
Signed-off-by:
JiangJiaWei1103
<
waynechuang97@gmail.com
>
parent
886454e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/sglang/srt/entrypoints/engine.py
python/sglang/srt/entrypoints/engine.py
+2
-2
No files found.
python/sglang/srt/entrypoints/engine.py
View file @
ca533580
...
@@ -94,8 +94,8 @@ class Engine(EngineBase):
...
@@ -94,8 +94,8 @@ class Engine(EngineBase):
3. DetokenizerManager (subprocess): Detokenizes the output tokens and sends the result back to the Tokenizer Manager.
3. DetokenizerManager (subprocess): Detokenizes the output tokens and sends the result back to the Tokenizer Manager.
Note:
Note:
1. The HTTP server, Engine, and TokenizerManager
both
run in the main process.
1. The HTTP server, Engine, and TokenizerManager
all
run in the main process.
2. Inter-process communication
is done through ICP (
each process us
es
a different port
) via the ZMQ library
.
2. Inter-process communication
(IPC) is handled via the ZMQ library, with
each process us
ing
a different port.
"""
"""
def
__init__
(
self
,
**
kwargs
):
def
__init__
(
self
,
**
kwargs
):
...
...
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