Skip to content

Commit e9b59a3

Browse files
committed
Fix progress displays
1 parent c00ac91 commit e9b59a3

File tree

6 files changed

+360
-395
lines changed

6 files changed

+360
-395
lines changed

src/guidellm/benchmark/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .aggregator import (
22
Aggregator,
3+
AggregatorState,
34
CompilableAggregator,
45
GenerativeRequestsAggregator,
56
GenerativeStatsProgressAggregator,
@@ -42,6 +43,7 @@
4243

4344
__all__ = [
4445
"Aggregator",
46+
"AggregatorState",
4547
"AsyncProfile",
4648
"Benchmark",
4749
"BenchmarkMetrics",

0 commit comments

Comments
 (0)