diff --git a/vllm/v1/engine/async_llm.py b/vllm/v1/engine/async_llm.py index 7c3186e1a6993..d6ffbba323423 100644 --- a/vllm/v1/engine/async_llm.py +++ b/vllm/v1/engine/async_llm.py @@ -422,7 +422,6 @@ class AsyncLLM(EngineClient): iteration_stats=iteration_stats, engine_idx=outputs.engine_index, ) - except Exception as e: logger.exception("AsyncLLM output_handler failed.") output_processor.propagate_error(e)