model: Add Laguna-S-2.1 LLM_TYPE (#26233)

This commit is contained in:
Guido Imperiale
2026-07-28 21:02:33 +02:00
committed by GitHub
parent bc71c24c9d
commit e9fa0781f1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -818,6 +818,7 @@ const char * llm_type_name(llm_type type) {
case LLM_TYPE_100B_A6B: return "100B.A6B";
case LLM_TYPE_102B_A12B: return "102B.A12B";
case LLM_TYPE_106B_A12B: return "106B.A12B";
case LLM_TYPE_118B_A8B: return "118B.A8B";
case LLM_TYPE_120B_A12B: return "120B.A12B";
case LLM_TYPE_122B_A10B: return "122B.A10B";
case LLM_TYPE_196B_A11B: return "196B.A11B";