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
460f553a
Unverified
Commit
460f553a
authored
Mar 10, 2025
by
Chauncey
Committed by
GitHub
Mar 10, 2025
Browse files
[Misc] Add log information for handle_process_request. (#14130)
Signed-off-by:
chaunceyjiang
<
chaunceyjiang@gmail.com
>
parent
1253b157
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/engine/multiprocessing/engine.py
vllm/engine/multiprocessing/engine.py
+2
-0
No files found.
vllm/engine/multiprocessing/engine.py
View file @
460f553a
...
...
@@ -292,6 +292,8 @@ class MQLLMEngine:
# We do not set self._errored = True here, since the error
# is due to an issue adding this request to the engine,
# rather than an issue with the engine itself.
logger
.
debug
(
"Failed to add request %s to engine. %s"
,
request
.
request_id
,
e
)
is_errored
=
self
.
_errored_with
is
not
None
rpc_err
=
RPCError
(
request_id
=
request_id
,
is_engine_errored
=
is_errored
,
...
...
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