Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
b67dece2
Unverified
Commit
b67dece2
authored
Sep 24, 2025
by
youkaichao
Committed by
GitHub
Sep 24, 2025
Browse files
[misc] update the warning message (#25566)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
2338daff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
vllm/distributed/device_communicators/shm_broadcast.py
vllm/distributed/device_communicators/shm_broadcast.py
+4
-2
No files found.
vllm/distributed/device_communicators/shm_broadcast.py
View file @
b67dece2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment