llama : set qwen3 model type sizes (#13175)
This commit is contained in:
parent
b6ce7430b7
commit
e98b3692be
2 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue