We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21b9cc commit 5bb1f3dCopy full SHA for 5bb1f3d
src/axolotl/common/architectures.py
@@ -11,5 +11,6 @@
11
],
12
"mixtral": "MixtralSparseMoeBlock",
13
"qwen2_moe": "Qwen2MoeSparseMoeBlock",
14
+ "qwen3_moe": "Qwen3MoeSparseMoeBlock",
15
"deepseek_v2": "DeepseekV2MoE",
16
}
0 commit comments