You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Defuser currently supports the following `transformers==5.3.0` `model_type` valu
53
53
| Model type | Defused op performed |
54
54
| --- | --- |
55
55
|`glm4_moe`| Replaces `Glm4MoeMoE` with a defused per-expert linear MoE block. |
56
+
|`glm4_moe_lite`| Replaces `Glm4MoeLiteMoE` with a defused per-expert linear MoE block.|
56
57
|`glm4v`| Replaces the fused text MLP with split `gate_proj`, `up_proj`, and `down_proj` layers. Also splits fused checkpoint `mlp.gate_up_proj.weight` into `mlp.gate_proj.weight` + `mlp.up_proj.weight`. |
57
58
|`mixtral`| Replaces `MixtralSparseMoeBlock` with `LinearMixtralSparseMoeBlock`. Also remaps legacy Mixtral checkpoint keys and splits fused expert `gate_up_proj` tensors into per-expert `gate_proj` and `up_proj`, plus per-expert `down_proj`. |
58
59
|`qwen2_moe`| Replaces `Qwen2MoeSparseMoeBlock` with a defused per-expert linear MoE block. |
0 commit comments