Skip to content

Commit 68e1ee0

Browse files
authored
[Bugfix][Easy] Fix whitespace in shm_broadcast.py logging (vllm-project#17635)
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
1 parent 2858830 commit 68e1ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/device_communicators/shm_broadcast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def acquire_read(self,
429429
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
430430
logger.debug(
431431
("No available shared memory broadcast block found"
432-
"in %s second."),
432+
" in %s second."),
433433
VLLM_RINGBUFFER_WARNING_INTERVAL,
434434
)
435435
n_warning += 1

0 commit comments

Comments
 (0)