Skip to content

Commit ca53358

Browse files
[Docs] Correct and clarify notes in Engine docstring (sgl-project#9313)
Signed-off-by: JiangJiaWei1103 <waynechuang97@gmail.com>
1 parent 886454e commit ca53358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/sglang/srt/entrypoints/engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ class Engine(EngineBase):
9494
3. DetokenizerManager (subprocess): Detokenizes the output tokens and sends the result back to the Tokenizer Manager.
9595
9696
Note:
97-
1. The HTTP server, Engine, and TokenizerManager both run in the main process.
98-
2. Inter-process communication is done through ICP (each process uses a different port) via the ZMQ library.
97+
1. The HTTP server, Engine, and TokenizerManager all run in the main process.
98+
2. Inter-process communication (IPC) is handled via the ZMQ library, with each process using a different port.
9999
"""
100100

101101
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)