llama-model : fix the reported size class for nomic-embed-text-v2-moe (#13223)

This commit is contained in:
Jared Van Bortel
2025-05-01 03:09:41 -04:00
committed by GitHub
parent 8d33d740c3
commit a70183eb00
2 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,7 @@ enum llm_type {
LLM_TYPE_335M,
LLM_TYPE_410M,
LLM_TYPE_450M,
LLM_TYPE_475M,
LLM_TYPE_770M,
LLM_TYPE_780M,
LLM_TYPE_0_5B,