typo: Update http_server.py (#4350)

This commit is contained in:
Wang Ran (汪然)
2025-03-13 06:05:30 +08:00
committed by GitHub
parent 7c86671131
commit 91b19949d7

View File

@@ -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(