llama : set qwen3 model type sizes (#13175)

This commit is contained in:
Sigbjørn Skjæret
2025-04-29 11:00:31 +02:00
committed by GitHub
parent b6ce7430b7
commit e98b3692be
2 changed files with 14 additions and 0 deletions

View File

@ -88,6 +88,10 @@ enum llm_type {
LLM_TYPE_290B,
LLM_TYPE_17B_16E, // llama4 Scout
LLM_TYPE_17B_128E, // llama4 Maverick
LLM_TYPE_0_6B,
LLM_TYPE_1_7B,
LLM_TYPE_30B_A3B,
LLM_TYPE_235B_A22B,
};
struct llama_layer_posnet {