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 b6146c9 commit f3a3cd7Copy full SHA for f3a3cd7
src/guidellm/__main__.py
@@ -313,9 +313,9 @@ def preprocess():
313
314
@preprocess.command(
315
help=(
316
- "Convert a dataset to have specific prompt and output token sizes.\n\n"
317
- "INPUT_DATA: Path to the input dataset or dataset ID.\n"
318
- "OUTPUT_PATH: Path to save the converted dataset, including file suffix. "
+ "Convert a dataset to have specific prompt and output token sizes.\n"
+ "DATA: Path to the input dataset or dataset ID.\n"
+ "OUTPUT_PATH: Path to save the converted dataset, including file suffix."
319
)
320
321
@click.argument(
0 commit comments