[V1] Default MLA to V1 (#14921)
Signed-off-by: simon-mo <simon.mo@hey.com>
This commit is contained in:
@@ -1576,10 +1576,6 @@ class EngineArgs:
|
|||||||
#############################################################
|
#############################################################
|
||||||
# Experimental Features - allow users to opt in.
|
# 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.
|
# LoRA is supported on V1, but off by default for now.
|
||||||
if self.enable_lora and _warn_or_fallback("LORA"):
|
if self.enable_lora and _warn_or_fallback("LORA"):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user