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 c7476ab commit 3d8cd62Copy full SHA for 3d8cd62
src/guidellm/benchmark/benchmark.py
@@ -555,7 +555,7 @@ class GenerativeBenchmark(Benchmark):
555
"completed, errored, and all requests."
556
),
557
)
558
- outputs_tokens_per_second: StatusDistributionSummary = Field(
+ output_tokens_per_second: StatusDistributionSummary = Field(
559
description=(
560
"The distribution of output tokens per second for completed, "
561
"errored, and all requests."
0 commit comments