From 1358836fa0b84000bf57f33da896086d051254a4 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 16:48:31 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- vllm/v1/engine/async_llm.py | 1 - 1 file changed, 1 deletion(-) 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)