Skip to content

Commit 6f622e1

Browse files
committed
commit
1 parent 5b6d068 commit 6f622e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vllm/v1/metrics/loggers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ def __init__(self, vllm_config: VllmConfig, engine_index: int = 0):
216216
prometheus_client.Histogram(
217217
name="vllm:iteration_tokens_total",
218218
documentation="Histogram of number of tokens per engine_step.",
219-
buckets=[1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8096, 16192],
219+
buckets=[
220+
1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8096, 16192
221+
],
220222
labelnames=labelnames).labels(*labelvalues)
221223

222224
self.histogram_max_num_generation_tokens_request = \

0 commit comments

Comments
 (0)