From 0347baaf2bb7656d461817e1f00f3b1cbaecf2a4 Mon Sep 17 00:00:00 2001 From: Robert Shaw <114415538+robertgshaw2-neuralmagic@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:09:50 -0500 Subject: [PATCH] Update vllm/v1/executor/multiproc_executor.py Co-authored-by: Tyler Michael Smith --- vllm/v1/executor/multiproc_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/v1/executor/multiproc_executor.py b/vllm/v1/executor/multiproc_executor.py index 26308c642cdb0..33a9097abab1a 100644 --- a/vllm/v1/executor/multiproc_executor.py +++ b/vllm/v1/executor/multiproc_executor.py @@ -350,7 +350,7 @@ def signal_handler(signum, frame): logger.debug("Worker interrupted.") except Exception: - # worker_busy_loop sends exceptions exceptons to Executor + # worker_busy_loop sends exceptons to Executor # for shutdown, but if there is an error in startup or an # error with IPC itself, we need to alert the parent. psutil.Process().parent().send_signal(signal.SIGQUIT)