Skip to content

Commit d27826d

Browse files
Update vllm/config.py
Co-authored-by: Zhuohan Li <zhuohan123@gmail.com> Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
1 parent 7487429 commit d27826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def is_cross_encoder(self) -> bool:
970970
return ModelRegistry.is_cross_encoder_model(architectures)
971971

972972
@property
973-
def should_use_mla(self) -> bool:
973+
def use_mla(self) -> bool:
974974
use_mla = (self.is_deepseek_mla and not self.disable_mla
975975
and not envs.VLLM_MLA_DISABLE)
976976
return use_mla

0 commit comments

Comments
 (0)