Skip to content

Commit 431f5d4

Browse files
committed
ping
Signed-off-by: Alexander Matveev <alexm@neuralmagic.com>
1 parent 17cd864 commit 431f5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/engine/mm_input_mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151

5252
def cache_hit_ratio(self, steps) -> float:
5353
if self.mm_cache_total > 0 and self.mm_cache_total % steps == 0:
54-
logger.debug("MMInputMapper: cache_hit_ratio = %.2f",
54+
logger.debug("MMInputMapper: cache_hit_ratio = %.2f ",
5555
self.mm_cache_hits / self.mm_cache_total)
5656

5757
def process_inputs(

0 commit comments

Comments
 (0)