From 68e1ee0072038090c236d07a4fed5d029154973b Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Sun, 4 May 2025 22:20:19 -0400 Subject: [PATCH] [Bugfix][Easy] Fix whitespace in shm_broadcast.py logging (#17635) Signed-off-by: Tyler Michael Smith --- vllm/distributed/device_communicators/shm_broadcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/distributed/device_communicators/shm_broadcast.py b/vllm/distributed/device_communicators/shm_broadcast.py index 723719c79e9c2..e33cfee219708 100644 --- a/vllm/distributed/device_communicators/shm_broadcast.py +++ b/vllm/distributed/device_communicators/shm_broadcast.py @@ -429,7 +429,7 @@ class MessageQueue: > VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning): logger.debug( ("No available shared memory broadcast block found" - "in %s second."), + " in %s second."), VLLM_RINGBUFFER_WARNING_INTERVAL, ) n_warning += 1