Skip to content

Commit e37166f

Browse files
anmarquesmarkurtz
authored andcommitted
quality fix
1 parent 1566348 commit e37166f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/guidellm/core/result.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,11 @@ def ttft_distribution(self) -> Distribution:
386386
@property
387387
def time_to_first_token_percentiles(self) -> List[float]:
388388
"""
389-
Get standard percentiles for time taken to decode the first token in milliseconds.
389+
Get standard percentiles for time taken to decode the first token
390+
in milliseconds.
390391
391-
:return: List of percentile time taken to decode the first token in milliseconds.
392+
:return: List of percentile time taken to decode the first token
393+
in milliseconds.
392394
:rtype: List[float]
393395
"""
394396
return self.ttft_distribution.percentiles([1, 5, 10, 50, 90, 95, 99])

0 commit comments

Comments
 (0)