model : add sarvam_moe architecture support (#20275)

This commit is contained in:
Sumit Chatterjee
2026-05-09 16:31:50 +02:00
committed by GitHub
parent 65d7a8bbf0
commit 1e5ad35d56
4 changed files with 46 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ enum llama_vocab_pre_type {
LLAMA_VOCAB_PRE_TYPE_JOYAI_LLM = 48,
LLAMA_VOCAB_PRE_TYPE_JAIS2 = 49,
LLAMA_VOCAB_PRE_TYPE_GEMMA4 = 50,
LLAMA_VOCAB_PRE_TYPE_SARVAM_MOE = 51,
};
struct LLM_KV;