From 91b19949d78880f83eea4a82fd3aa8fcc7504986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wang=20Ran=20=28=E6=B1=AA=E7=84=B6=29?= Date: Thu, 13 Mar 2025 06:05:30 +0800 Subject: [PATCH] typo: Update http_server.py (#4350) --- python/sglang/srt/entrypoints/http_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(