help="Enable batch tokenization for improved performance when processing multiple text inputs. Do not use with image inputs, pre-tokenized input_ids, or input_embeds.",
help="Enable batch tokenization for improved performance when processing multiple text inputs. Do not use with image inputs, pre-tokenized input_ids, or input_embeds.",
)
)
parser.add_argument(
"--disable-tokenizer-batch-decode",
action="store_true",
help="Disable batch decoding when decoding multiple completions.",