Skip to content

Commit 5bf806c

Browse files
committed
change help message
1 parent 149f8fb commit 5bf806c

File tree

1 file changed

+1
-1
lines changed
  • src/flexible_inference_benchmark

1 file changed

+1
-1
lines changed

src/flexible_inference_benchmark/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def add_benchmark_subparser(subparsers: argparse._SubParsersAction) -> Any: # t
289289
benchmark_parser.add_argument(
290290
"--ignore-input-distribution",
291291
action="store_true",
292-
help="Use prefix only for input and ignore the input token distribution",
292+
help="Ignore the input token distribution. This is meant to be used with --prefix-len or --prefix-text.",
293293
)
294294

295295
benchmark_parser.add_argument(

0 commit comments

Comments
 (0)