Skip to content

Commit 5bb1f3d

Browse files
authored
feat: add qwen3 moe block for ds3 (axolotl-ai-cloud#2596) [skip ci]
1 parent a21b9cc commit 5bb1f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/axolotl/common/architectures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
],
1212
"mixtral": "MixtralSparseMoeBlock",
1313
"qwen2_moe": "Qwen2MoeSparseMoeBlock",
14+
"qwen3_moe": "Qwen3MoeSparseMoeBlock",
1415
"deepseek_v2": "DeepseekV2MoE",
1516
}

0 commit comments

Comments
 (0)