Skip to content

Commit c7476ab

Browse files
markurtzdagrayvid
andauthored
Update src/guidellm/benchmark/benchmark.py
Co-authored-by: David Gray <[email protected]>
1 parent a3e86d8 commit c7476ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class GenerativeBenchmark(Benchmark):
530530
"errored, and all requests."
531531
)
532532
)
533-
outputs_token_count: StatusDistributionSummary = Field(
533+
output_token_count: StatusDistributionSummary = Field(
534534
description=(
535535
"The distribution of token counts in the outputs for completed, "
536536
"errored, and all requests."

0 commit comments

Comments
 (0)