Unverified Commit d70249e2 authored by rongfu.leng's avatar rongfu.leng Committed by GitHub
Browse files

[Misc] fix this log format not space (#32112)


Signed-off-by: default avatarlengrongfu <lenronfu@gmail.com>
parent a3745321
...@@ -533,7 +533,7 @@ class MPClient(EngineCoreClient): ...@@ -533,7 +533,7 @@ class MPClient(EngineCoreClient):
timeout=VLLM_ENGINE_READY_TIMEOUT_S * 1000 # convert to ms timeout=VLLM_ENGINE_READY_TIMEOUT_S * 1000 # convert to ms
): ):
raise TimeoutError( raise TimeoutError(
"Timed out waiting for engines to send" "Timed out waiting for engines to send "
"initial message on input socket." "initial message on input socket."
) )
identity, _ = sync_input_socket.recv_multipart() identity, _ = sync_input_socket.recv_multipart()
......
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