Unverified Commit b67dece2 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[misc] update the warning message (#25566)


Signed-off-by: default avataryoukaichao <youkaichao@gmail.com>
parent 2338daff
...@@ -392,7 +392,8 @@ class MessageQueue: ...@@ -392,7 +392,8 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning): > VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug( logger.debug(
("No available shared memory broadcast block found" ("No available shared memory broadcast block found"
" in %s second."), " in %s seconds. This typically happens when some"
" processes are hanging."),
VLLM_RINGBUFFER_WARNING_INTERVAL, VLLM_RINGBUFFER_WARNING_INTERVAL,
) )
n_warning += 1 n_warning += 1
...@@ -455,7 +456,8 @@ class MessageQueue: ...@@ -455,7 +456,8 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning): > VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug( logger.debug(
("No available shared memory broadcast block found" ("No available shared memory broadcast block found"
" in %s second."), " in %s seconds. This typically happens when some"
" processes are hanging."),
VLLM_RINGBUFFER_WARNING_INTERVAL, VLLM_RINGBUFFER_WARNING_INTERVAL,
) )
n_warning += 1 n_warning += 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment