Skip to content

Commit

Permalink
Update vllm/v1/engine/core_client.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 bb86a03 commit 405bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/engine/core_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __init__(
# error code to the clients calling VLLM.
def sigusr1_handler(signum, frame):
logger.fatal(
"Got SIGUSR1 from worker processes, shutting "
"Got fatal signal from worker processes, shutting "
"down. See stack trace above for root cause issue.")
kill_process_tree(os.getpid())
signal.signal(signal.SIGUSR1, sigusr1_handler)
Expand Down

0 comments on commit 405bcc1

Please sign in to comment.