Commit c53d4dc
committed
Add AWQ mapping for GlmMoeDsaForCausalLM (GLM-5)
GLM-5 uses Multi-head Latent Attention identical to DeepSeek V3 —
same projection names (q_a_proj, kv_a_proj_with_mqa, etc.) and
same MoE structure. Reuses _deepseek_mappings.
Also moves Glm4MoeForCausalLM to its correct alphabetical position.1 parent a9847e0 commit c53d4dc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
267 | | - | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
0 commit comments