Add support for Seed-OSS (#1218)

* it compiles

* Fix constants.py
This commit is contained in:
saood06
2026-02-02 23:39:45 -06:00
committed by GitHub
parent b86d8024a5
commit 8ba7e2b40c
10 changed files with 291 additions and 72 deletions

View File

@@ -70,6 +70,7 @@ static const std::map<llm_arch, const char *> LLM_ARCH_NAMES = {
{ LLM_ARCH_SMOLLM3, "smollm3" },
{ LLM_ARCH_MISTRAL3, "mistral3" },
{ LLM_ARCH_MIMO2, "mimo2" },
{ LLM_ARCH_SEED_OSS, "seed_oss" },
{ LLM_ARCH_UNKNOWN, "(unknown)" },
};