diff --git a/vllm/v1/engine/core_client.py b/vllm/v1/engine/core_client.py index f74e90abc..905d8df4d 100644 --- a/vllm/v1/engine/core_client.py +++ b/vllm/v1/engine/core_client.py @@ -533,7 +533,7 @@ class MPClient(EngineCoreClient): timeout=VLLM_ENGINE_READY_TIMEOUT_S * 1000 # convert to ms ): raise TimeoutError( - "Timed out waiting for engines to send" + "Timed out waiting for engines to send " "initial message on input socket." ) identity, _ = sync_input_socket.recv_multipart()