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 a3e86d8 commit c7476abCopy full SHA for c7476ab
src/guidellm/benchmark/benchmark.py
@@ -530,7 +530,7 @@ class GenerativeBenchmark(Benchmark):
530
"errored, and all requests."
531
)
532
533
- outputs_token_count: StatusDistributionSummary = Field(
+ output_token_count: StatusDistributionSummary = Field(
534
description=(
535
"The distribution of token counts in the outputs for completed, "
536
0 commit comments