Skip to content

Commit 2fe64c7

Browse files
CR Fixes
1 parent 3697b30 commit 2fe64c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/benchmarker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class BenchmarkerStrategyLimits(StandardBaseModel):
7575
ge=0,
7676
)
7777
max_error_rate: Optional[float] = Field(
78-
description="Maximum error rate after which a sync benchmark will stop",
78+
description="Maximum error rate after which a benchmark will stop",
7979
ge=0,
8080
le=1,
8181
)

0 commit comments

Comments
 (0)