Skip to content

Commit 4834767

Browse files
committed
fixes and rebase
Signed-off-by: Mark Kurtz <[email protected]>
1 parent 7829fb8 commit 4834767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guidellm/benchmark/aggregator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from pydantic import Field, PrivateAttr
3838

39-
from guidellm.backend import (
39+
from guidellm.backends import (
4040
GenerationRequest,
4141
GenerationResponse,
4242
)

src/guidellm/benchmark/entrypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PreTrainedTokenizerBase,
1010
)
1111

12-
from guidellm.backend import (
12+
from guidellm.backends import (
1313
Backend,
1414
BackendType,
1515
GenerationRequest,

0 commit comments

Comments
 (0)