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