Skip to content

Commit 9e4bc84

Browse files
committed
Rebase on latest main
1 parent 5c3145a commit 9e4bc84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/guidellm/main.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ def generate_benchmark_report(
191191
data_type: Literal["emulated", "file", "transformers"],
192192
backend: BackendType = "openai_http",
193193
backend_kwargs: Optional[Mapping[str, Any]] = None,
194-
model: Optional[str]=None,
195-
tokenizer: Optional[str]=None,
196-
rate_type: ProfileGenerationMode="sweep",
197-
rate: Optional[float]=None,
198-
max_seconds: Optional[int]=120,
199-
max_requests: Union[Literal["dataset"], int, None]=None,
200-
output_path: str=None,
201-
cont_refresh_table: bool=False,
194+
model: Optional[str] = None,
195+
tokenizer: Optional[str] = None,
196+
rate_type: ProfileGenerationMode = "sweep",
197+
rate: Optional[float] = None,
198+
max_seconds: Optional[int] = 120,
199+
max_requests: Union[Literal["dataset"], int, None] = None,
200+
output_path: Optional[str] = None,
201+
cont_refresh_table: bool = False,
202202
) -> GuidanceReport:
203203
"""
204204
Generate a benchmark report for a specified backend and dataset.

0 commit comments

Comments
 (0)