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 3d8cd62 commit dbc4789Copy full SHA for dbc4789
src/guidellm/benchmark/benchmark.py
@@ -542,7 +542,7 @@ class GenerativeBenchmark(Benchmark):
542
"milliseconds for completed, errored, and all requests."
543
),
544
)
545
- times_per_output_tokens_ms: StatusDistributionSummary = Field(
+ times_per_output_token_ms: StatusDistributionSummary = Field(
546
description=(
547
"The distribution of latencies per output token in milliseconds for "
548
"completed, errored, and all requests. "
0 commit comments