Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
dbe29804
Unverified
Commit
dbe29804
authored
Aug 14, 2025
by
Cyrus Leung
Committed by
GitHub
Aug 14, 2025
Browse files
[Bugfix] Fix parsing of `--disable-mm-preprocessor-cache` (#22909)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
625ccd1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
dbe29804
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment