Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d70249e2
Unverified
Commit
d70249e2
authored
Jan 11, 2026
by
rongfu.leng
Committed by
GitHub
Jan 11, 2026
Browse files
[Misc] fix this log format not space (#32112)
Signed-off-by:
lengrongfu
<
lenronfu@gmail.com
>
parent
a3745321
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/engine/core_client.py
vllm/v1/engine/core_client.py
+1
-1
No files found.
vllm/v1/engine/core_client.py
View file @
d70249e2
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment