diff --git a/python/sglang/srt/entrypoints/http_server.py b/python/sglang/srt/entrypoints/http_server.py index 3f4fb6177..5ac567438 100644 --- a/python/sglang/srt/entrypoints/http_server.py +++ b/python/sglang/srt/entrypoints/http_server.py @@ -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 ICP (each process uses a different port) via the ZMQ library. + 2. Inter-process communication is done through IPC (each process uses a different port) via the ZMQ library. """ tokenizer_manager, scheduler_info = _launch_subprocesses(server_args=server_args) set_global_state(