Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jan 3, 2025
1 parent 6e0e0d4 commit 55a6195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/v1/executor/multiproc_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55a6195

Please sign in to comment.