File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,13 @@ enum llm_type {
3939 LLM_TYPE_770M,
4040 LLM_TYPE_780M,
4141 LLM_TYPE_0_5B,
42+ LLM_TYPE_0_6B,
4243 LLM_TYPE_1B,
4344 LLM_TYPE_1_3B,
4445 LLM_TYPE_1_4B,
4546 LLM_TYPE_1_5B,
4647 LLM_TYPE_1_6B,
48+ LLM_TYPE_1_7B,
4749 LLM_TYPE_1_8B,
4850 LLM_TYPE_2B,
4951 LLM_TYPE_2_8B,
@@ -62,6 +64,7 @@ enum llm_type {
6264 LLM_TYPE_15B,
6365 LLM_TYPE_16B,
6466 LLM_TYPE_20B,
67+ LLM_TYPE_27B,
6568 LLM_TYPE_30B,
6669 LLM_TYPE_32B,
6770 LLM_TYPE_34B,
@@ -70,6 +73,7 @@ enum llm_type {
7073 LLM_TYPE_65B,
7174 LLM_TYPE_70B,
7275 LLM_TYPE_236B,
76+ LLM_TYPE_290B,
7377 LLM_TYPE_314B,
7478 LLM_TYPE_671B,
7579 LLM_TYPE_SMALL,
@@ -84,12 +88,8 @@ enum llm_type {
8488 LLM_TYPE_16x3_8B,
8589 LLM_TYPE_10B_128x3_66B,
8690 LLM_TYPE_57B_A14B,
87- LLM_TYPE_27B,
88- LLM_TYPE_290B,
8991 LLM_TYPE_17B_16E, // llama4 Scout
9092 LLM_TYPE_17B_128E, // llama4 Maverick
91- LLM_TYPE_0_6B,
92- LLM_TYPE_1_7B,
9393 LLM_TYPE_30B_A3B,
9494 LLM_TYPE_235B_A22B,
9595};
You can’t perform that action at this time.
0 commit comments