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
89fca671
Unverified
Commit
89fca671
authored
Mar 17, 2025
by
Simon Mo
Committed by
GitHub
Mar 17, 2025
Browse files
[V1] Default MLA to V1 (#14921)
Signed-off-by:
simon-mo
<
simon.mo@hey.com
>
parent
d20b0c13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-5
No files found.
vllm/engine/arg_utils.py
View file @
89fca671
...
...
@@ -1191,7 +1191,7 @@ class EngineArgs:
NOTE: for autoselection of V0 vs V1 engine, we need to
create the ModelConfig first, since ModelConfig's attrs
(e.g. the model arch) are needed to make the decision.
This function set VLLM_USE_V1=X if VLLM_USE_V1 is
unspecified by the user.
...
...
@@ -1576,10 +1576,6 @@ class EngineArgs:
#############################################################
# Experimental Features - allow users to opt in.
# MLA is is supported on V1, but off by default for now.
if
model_config
.
use_mla
and
_warn_or_fallback
(
"MLA"
):
return
False
# LoRA is supported on V1, but off by default for now.
if
self
.
enable_lora
and
_warn_or_fallback
(
"LORA"
):
return
False
...
...
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