From 55a6195881e8d67a8d6e94a65e2340e9f30e9941 Mon Sep 17 00:00:00 2001 From: "rshaw@neuralmagic.com" Date: Fri, 3 Jan 2025 18:44:46 +0000 Subject: [PATCH] updated --- vllm/v1/executor/multiproc_executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vllm/v1/executor/multiproc_executor.py b/vllm/v1/executor/multiproc_executor.py index caff86b012211..228da1d9e23ed 100644 --- a/vllm/v1/executor/multiproc_executor.py +++ b/vllm/v1/executor/multiproc_executor.py @@ -353,7 +353,6 @@ def signal_handler(signum, frame): # worker_busy_loop sends exceptions 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. - # itself, we need to alert the parent so we can shut down. psutil.Process().parent().send_signal(signal.SIGQUIT) raise