Unverified Commit dbe29804 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Bugfix] Fix parsing of `--disable-mm-preprocessor-cache` (#22909)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 625ccd1c
...@@ -711,7 +711,7 @@ class EngineArgs: ...@@ -711,7 +711,7 @@ class EngineArgs:
"--mm-processor-cache-gb", "--mm-processor-cache-gb",
**multimodal_kwargs["mm_processor_cache_gb"]) **multimodal_kwargs["mm_processor_cache_gb"])
multimodal_group.add_argument("--disable-mm-preprocessor-cache", multimodal_group.add_argument("--disable-mm-preprocessor-cache",
type=bool, action="store_true",
deprecated=True) deprecated=True)
multimodal_group.add_argument( multimodal_group.add_argument(
"--interleave-mm-strings", "--interleave-mm-strings",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment