Skip to content

Commit f0f652a

Browse files
authored
fix: mark GLM-4 MoE Lite as an MLA model (#1621)
1 parent 79a8216 commit f0f652a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aphrodite/config/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ def is_deepseek_mla(self) -> bool:
12051205
"kimi_k2",
12061206
"kimi_linear",
12071207
"longcat_flash",
1208+
"glm4_moe_lite",
12081209
):
12091210
return self.hf_text_config.kv_lora_rank is not None
12101211
elif self.hf_text_config.model_type == "eagle":

0 commit comments

Comments
 (0)