mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 12:44:27 +08:00
[misc] update the warning message (#25566)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
parent
2338daffd3
commit
b67dece2d8
@ -392,7 +392,8 @@ class MessageQueue:
|
||||
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
|
||||
logger.debug(
|
||||
("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,
|
||||
)
|
||||
n_warning += 1
|
||||
@ -455,7 +456,8 @@ class MessageQueue:
|
||||
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
|
||||
logger.debug(
|
||||
("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,
|
||||
)
|
||||
n_warning += 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user