We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ef10e commit 586fd0eCopy full SHA for 586fd0e
vllm/engine/multiprocessing/engine.py
@@ -292,6 +292,8 @@ def _handle_process_request(self, request: RPCProcessRequest):
292
# We do not set self._errored = True here, since the error
293
# is due to an issue adding this request to the engine,
294
# rather than an issue with the engine itself.
295
+ logger.debug("Failed to add request %s to engine. %s",
296
+ request.request_id, e)
297
is_errored = self._errored_with is not None
298
rpc_err = RPCError(request_id=request_id,
299
is_engine_errored=is_errored,
0 commit comments