Skip to content

Commit 82945ab

Browse files
DarkLight1337amd-xiaoyu12
authored andcommitted
[Bugfix] Fix parsing of --disable-mm-preprocessor-cache (vllm-project#22909)
Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
1 parent 4b5b097 commit 82945ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
711711
"--mm-processor-cache-gb",
712712
**multimodal_kwargs["mm_processor_cache_gb"])
713713
multimodal_group.add_argument("--disable-mm-preprocessor-cache",
714-
type=bool,
714+
action="store_true",
715715
deprecated=True)
716716
multimodal_group.add_argument(
717717
"--interleave-mm-strings",

0 commit comments

Comments
 (0)