mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-13 11:37:03 +08:00
[Misc] Add log information for handle_process_request. (#14130)
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
parent
1253b15774
commit
460f553a6d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user