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 15fd7f5 commit 57468c1Copy full SHA for 57468c1
src/guidellm/__main__.py
@@ -26,7 +26,8 @@ def cli():
26
27
28
@cli.command(
29
- help="Run a benchmark against a generative model using the specified arguments."
+ help="Run a benchmark against a generative model using the specified arguments.",
30
+ context_settings={"auto_envvar_prefix": "GUIDELLM"},
31
)
32
@click.option(
33
"--scenario",
@@ -339,7 +340,8 @@ def preprocess():
339
340
"Convert a dataset to have specific prompt and output token sizes.\n"
341
"DATA: Path to the input dataset or dataset ID.\n"
342
"OUTPUT_PATH: Path to save the converted dataset, including file suffix."
- )
343
+ ),
344
345
346
@click.argument(
347
"data",
0 commit comments