Skip to content

Commit adc6615

Browse files
committed
Implementation and tests for the next utils package modules iteration for the scheduler refactor
1 parent 3a3ea87 commit adc6615

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/guidellm/utils/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,13 @@
7878
"RunningStats",
7979
"SerializationTypesAlias",
8080
"Serializer",
81+
"EndlessTextCreator",
82+
"IntegerRangeSampler",
83+
"Percentiles",
8184
"PydanticClassRegistryMixin",
8285
"RegistryMixin",
8386
"ReloadableBaseModel",
87+
"RunningStats",
8488
"SingletonMixin",
8589
"StandardBaseDict",
8690
"StandardBaseModel",
@@ -90,6 +94,8 @@
9094
"TimeRunningStats",
9195
"all_defined",
9296
"ThreadSafeSingletonMixin",
97+
"TimeRunningStats",
98+
"all_defined",
9399
"check_load_processor",
94100
"clean_text",
95101
"filter_text",

tests/unit/utils/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66
import pytest
77

8-
from guidellm.utils import (
8+
from guidellm.objects import (
99
DistributionSummary,
1010
Percentiles,
1111
RunningStats,

0 commit comments

Comments
 (0)