Skip to content

Commit 3d5e575

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)