Compare commits

...

1 Commits
tui ... phi-moe

Author SHA1 Message Date
Wing Lian
cb8bfab9cc multipack support for phi moe 2024-11-15 22:56:25 -05:00
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ MOE_ARCH_BLOCK = {
"JetMoeMoE",
],
"mixtral": "MixtralSparseMoeBlock",
"phimoe": "PhiMoESparseMoeBlock",
"qwen2_moe": "Qwen2MoeSparseMoeBlock",
"deepseek_v2": "DeepseekV2MoE",
}

View File

@@ -20,6 +20,7 @@ SUPPORTED_MULTIPACK_MODEL_TYPES = [
"falcon",
"phi",
"phi3",
"phimoe",
"gemma",
"gemma2",
"gemmoe",