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

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-08-14 23:09:44 +08:00 committed by GitHub
parent 625ccd1c4d
commit dbe298046c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -711,7 +711,7 @@ class EngineArgs:
"--mm-processor-cache-gb",
**multimodal_kwargs["mm_processor_cache_gb"])
multimodal_group.add_argument("--disable-mm-preprocessor-cache",
type=bool,
action="store_true",
deprecated=True)
multimodal_group.add_argument(
"--interleave-mm-strings",