"graphbolt/src/graph.cc" did not exist on "15a2c22c98416304689e90601230843ac4bece6e"
Unverified Commit 91b19949 authored by Wang Ran (汪然)'s avatar Wang Ran (汪然) Committed by GitHub
Browse files

typo: Update http_server.py (#4350)

parent 7c866711
...@@ -614,7 +614,7 @@ def launch_server( ...@@ -614,7 +614,7 @@ def launch_server(
Note: Note:
1. The HTTP server, Engine, and TokenizerManager both run in the main process. 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) tokenizer_manager, scheduler_info = _launch_subprocesses(server_args=server_args)
set_global_state( set_global_state(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment