model : Add label for LFM2.5-230M (#25008)

This commit is contained in:
Tarek Dakhran
2026-06-25 18:58:52 +02:00
committed by GitHub
parent 1ec44d178d
commit 9d5d882d8c
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -700,6 +700,7 @@ const char * llm_type_name(llm_type type) {
case LLM_TYPE_160M: return "160M";
case LLM_TYPE_190M: return "190M";
case LLM_TYPE_220M: return "220M";
case LLM_TYPE_230M: return "230M";
case LLM_TYPE_250M: return "250M";
case LLM_TYPE_256M: return "256M";
case LLM_TYPE_270M: return "270M";