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 d81e6f1 commit bcbaca9Copy full SHA for bcbaca9
src/guidellm/benchmark/entrypoints.py
@@ -55,13 +55,13 @@ async def benchmark_generative_text(
55
max_requests: Optional[int],
56
warmup_percent: Optional[float],
57
cooldown_percent: Optional[float],
58
- show_progress: bool,
59
- show_progress_scheduler_stats: bool,
60
- output_console: bool,
61
output_path: Optional[Union[str, Path]],
62
output_extras: Optional[dict[str, Any]],
63
output_sampling: Optional[int],
64
random_seed: int,
+ show_progress: bool = True,
+ show_progress_scheduler_stats: bool = False,
+ output_console: bool = True,
65
) -> tuple[GenerativeBenchmarksReport, Optional[Path]]:
66
console = GenerativeBenchmarksConsole(enabled=show_progress)
67
console.print_line("Creating backend...")
0 commit comments