Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Jan 3, 2025
1 parent 405bcc1 commit 25e0fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/v1/executor/multiproc_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self, vllm_config: VllmConfig) -> None:
# errors happen.
def sigusr1_handler(signum, frame):
logger.fatal(
"MulitprocExecutor got SIGUSR1 from worker processes, shutting "
"down. See stack trace above for root cause issue.")
"MulitprocExecutor got fatal signal from worker processes, "
"shutting down. See stack trace above for root cause issue.")
# Propagate error up to parent process.
parent_process = psutil.Process().parent()
parent_process.send_signal(signal.SIGUSR1)
Expand Down

0 comments on commit 25e0fea

Please sign in to comment.