Graph parallel for SEED-OSS (#1222)

* Graph parallel for SEED-OSS

* Cleanup
This commit is contained in:
Kawrakow
2026-02-04 16:07:43 +02:00
committed by GitHub
parent 17d101863d
commit b41b8cf813
3 changed files with 25 additions and 72 deletions

View File

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