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.
--disable-mm-preprocessor-cache
1 parent 4b5b097 commit 82945abCopy full SHA for 82945ab
vllm/engine/arg_utils.py
@@ -711,7 +711,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
711
"--mm-processor-cache-gb",
712
**multimodal_kwargs["mm_processor_cache_gb"])
713
multimodal_group.add_argument("--disable-mm-preprocessor-cache",
714
- type=bool,
+ action="store_true",
715
deprecated=True)
716
multimodal_group.add_argument(
717
"--interleave-mm-strings",
0 commit comments