Skip to content

Commit 54b2bd0

Browse files
committed
Further fixes for precommit and formatting/typing
Signed-off-by: Mark Kurtz <[email protected]>
1 parent 6c7f133 commit 54b2bd0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/guidellm/benchmark/entrypoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
StrategyType,
4646
)
4747
from guidellm.schemas import GenerationRequest, GenerationResponse
48+
from guidellm.settings import settings
4849
from guidellm.utils import Console, InfoMixin
4950

5051
__all__ = [

src/guidellm/benchmark/scenarios/chat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"data": [
44
"prompt_tokens=512,prompt_tokens_stdev=128,prompt_tokens_min=1,prompt_tokens_max=1024,output_tokens=256,output_tokens_stdev=64,output_tokens_min=1,output_tokens_max=1024"
55
]
6-
}
6+
}

src/guidellm/benchmark/scenarios/rag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"data": [
44
"prompt_tokens=4096,prompt_tokens_stdev=512,prompt_tokens_min=2048,prompt_tokens_max=6144,output_tokens=512,output_tokens_stdev=128,output_tokens_min=1,output_tokens_max=1024"
55
]
6-
}
6+
}

0 commit comments

Comments
 (0)