Skip to content

Commit

Permalink
multipack support for phi moe
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 16, 2024
1 parent 0c8b1d8 commit cb8bfab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/axolotl/common/architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"JetMoeMoE",
],
"mixtral": "MixtralSparseMoeBlock",
"phimoe": "PhiMoESparseMoeBlock",
"qwen2_moe": "Qwen2MoeSparseMoeBlock",
"deepseek_v2": "DeepseekV2MoE",
}
1 change: 1 addition & 0 deletions src/axolotl/monkeypatch/multipack.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"falcon",
"phi",
"phi3",
"phimoe",
"gemma",
"gemma2",
"gemmoe",
Expand Down

0 comments on commit cb8bfab

Please sign in to comment.