mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:35:01 +08:00
[Bugfix] Fix parsing of --disable-mm-preprocessor-cache (#22909)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
625ccd1c4d
commit
dbe298046c
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user