Split mode "graph" for Ernie-4.5-MoE (#1121)

* Ernie-4.5-MoE split mode graph

* Cleanup

---------

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2026-01-08 16:46:41 +02:00
committed by GitHub
parent 0c2d924e94
commit 145e4f4ed9
3 changed files with 28 additions and 114 deletions

View File

@@ -1735,6 +1735,7 @@ static bool is_model_split_supported(const llama_model & model) {
LLM_ARCH_QWEN3VL,
LLM_ARCH_HUNYUAN_MOE,
LLM_ARCH_OPENAI_MOE,
LLM_ARCH_ERNIE4_5_MOE,
};
auto it = k_supported.find(model.arch);
return it != k_supported.end();