Skip to content

Commit 41a3919

Browse files
Pavloveugeyinggeh
andauthored
Update src/utils/metrics.py
Co-authored-by: Yingge He <[email protected]>
1 parent 7a0096e commit 41a3919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def log(self, stats: VllmStats) -> None:
366366
(self.metrics.counter_preemption_tokens, stats.num_preemption_iter),
367367
]
368368
histogram_metrics = [
369-
(self.metrics.histogram_iteration_tokens_total, [stats.num_tokens_iter]),
369+
(self.metrics.histogram_iteration_tokens, [stats.num_tokens_iter]),
370370
(
371371
self.metrics.histogram_time_to_first_token,
372372
stats.time_to_first_tokens_iter,

0 commit comments

Comments
 (0)