Skip to content

Commit

Permalink
Update vllm/v1/executor/multiproc_executor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>
  • Loading branch information
robertgshaw2-redhat and tlrmchlsmth authored Jan 3, 2025
1 parent 1d15ae0 commit 0347baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/executor/multiproc_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0347baa

Please sign in to comment.