feat: add glm4moemoe to z3

This commit is contained in:
NanoCode012
2025-08-07 13:10:48 +07:00
parent cb042e9775
commit 0bbad9202c

View File

@@ -13,5 +13,7 @@ MOE_ARCH_BLOCK = {
"qwen2_moe": "Qwen2MoeSparseMoeBlock",
"qwen3_moe": "Qwen3MoeSparseMoeBlock",
"deepseek_v2": "DeepseekV2MoE",
"gpt_oss": "GptOssDecoderLayer",
"gpt_oss": "GptOssExperts",
"deepseek_v3": "DeepseekV3MoE",
"glm4_moe": "Glm4MoeMoE",
}