We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cd864 commit 431f5d4Copy full SHA for 431f5d4
vllm/v1/engine/mm_input_mapper.py
@@ -51,7 +51,7 @@ def __init__(
51
52
def cache_hit_ratio(self, steps) -> float:
53
if self.mm_cache_total > 0 and self.mm_cache_total % steps == 0:
54
- logger.debug("MMInputMapper: cache_hit_ratio = %.2f",
+ logger.debug("MMInputMapper: cache_hit_ratio = %.2f ",
55
self.mm_cache_hits / self.mm_cache_total)
56
57
def process_inputs(
0 commit comments