Skip to content

Commit

Permalink
Misnamed mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cmikeh2 committed Dec 16, 2023
1 parent d28c327 commit c1e90a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MixtralTransformerContainer(LayerContainer):
"self_attn.k_proj.weight": "qkv_w.k_params",
"self_attn.v_proj.weight": "qkv_w.v_params",
"self_attn.o_proj.weight": "attn_out_w.params",
"moe_gate.weight": "moe_gate.params",
"block_sparse_moe.gate.weight": "moe_gate.params",
"block_sparse_moe.experts.*.w1.weight": "moe_mlp_1.gating_experts",
"block_sparse_moe.experts.*.w3.weight": "moe_mlp_1.up_experts",
"block_sparse_moe.experts.*.w2.weight": "moe_mlp_2.experts",
Expand Down

0 comments on commit c1e90a3

Please sign in to comment.