Skip to content

Commit ab93473

Browse files
committed
Move most preprocess logic out of entrypoints file
Signed-off-by: Jared O'Connell <[email protected]>
1 parent e922b5b commit ab93473

File tree

3 files changed

+550
-516
lines changed

3 files changed

+550
-516
lines changed

src/guidellm/data/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
from .builders import ShortPromptStrategy
12
from .collators import GenerativeRequestCollator
23
from .deserializers import (
34
DataNotSupportedError,
45
DatasetDeserializer,
56
DatasetDeserializerFactory,
67
)
7-
from .entrypoints import ShortPromptStrategy, process_dataset
8+
from .entrypoints import process_dataset
89
from .loaders import DataLoader, DatasetsIterator
910
from .preprocessors import (
1011
DataDependentPreprocessor,

0 commit comments

Comments
 (0)