We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7829fb8 commit 4834767Copy full SHA for 4834767
src/guidellm/benchmark/aggregator.py
@@ -36,7 +36,7 @@
36
37
from pydantic import Field, PrivateAttr
38
39
-from guidellm.backend import (
+from guidellm.backends import (
40
GenerationRequest,
41
GenerationResponse,
42
)
src/guidellm/benchmark/entrypoints.py
@@ -9,7 +9,7 @@
9
PreTrainedTokenizerBase,
10
11
12
13
Backend,
14
BackendType,
15
0 commit comments