enums for model sizes

This commit is contained in:
ryan-mangeno 2025-10-10 15:08:18 -04:00
parent 0082680934
commit 9715c2afb5
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ enum llm_type {
LLM_TYPE_109M,
LLM_TYPE_137M,
LLM_TYPE_140M,
LLM_TYPE_149M,
LLM_TYPE_160M,
LLM_TYPE_190M,
LLM_TYPE_220M,
@ -40,6 +41,7 @@ enum llm_type {
LLM_TYPE_335M,
LLM_TYPE_350M,
LLM_TYPE_360M,
LLM_TYPE_395M,
LLM_TYPE_410M,
LLM_TYPE_450M,
LLM_TYPE_475M,