Skip to content

Commit 6896178

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

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
@@ -169,7 +169,7 @@ def __init__(self, labels: List[str], max_model_len: int):
169169
self.histogram_iteration_tokens_total = (
170170
self.histogram_iteration_tokens_total_family.Metric(
171171
labels=labels,
172-
buckets=[1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8096],
172+
buckets=[1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384],
173173
)
174174
)
175175

0 commit comments

Comments
 (0)