Skip to content

Commit a3e86d8

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

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
@@ -524,7 +524,7 @@ class GenerativeBenchmark(Benchmark):
524524
requests_latency: StatusDistributionSummary = Field(
525525
description="The distribution of latencies for the completed requests.",
526526
)
527-
prompts_token_count: StatusDistributionSummary = Field(
527+
prompt_token_count: StatusDistributionSummary = Field(
528528
description=(
529529
"The distribution of token counts in the prompts for completed, "
530530
"errored, and all requests."

0 commit comments

Comments
 (0)