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 149f8fb commit 5bf806cCopy full SHA for 5bf806c
src/flexible_inference_benchmark/main.py
@@ -289,7 +289,7 @@ def add_benchmark_subparser(subparsers: argparse._SubParsersAction) -> Any: # t
289
benchmark_parser.add_argument(
290
"--ignore-input-distribution",
291
action="store_true",
292
- help="Use prefix only for input and ignore the input token distribution",
+ help="Ignore the input token distribution. This is meant to be used with --prefix-len or --prefix-text.",
293
)
294
295
0 commit comments