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 94efbd4 commit a3e86d8Copy full SHA for a3e86d8
src/guidellm/benchmark/benchmark.py
@@ -524,7 +524,7 @@ class GenerativeBenchmark(Benchmark):
524
requests_latency: StatusDistributionSummary = Field(
525
description="The distribution of latencies for the completed requests.",
526
)
527
- prompts_token_count: StatusDistributionSummary = Field(
+ prompt_token_count: StatusDistributionSummary = Field(
528
description=(
529
"The distribution of token counts in the prompts for completed, "
530
"errored, and all requests."
0 commit comments