File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11export const enum GgufArchitectureType {
22 llama = "llama" ,
3+ llama4 = "llama4" ,
4+ deci = "deci" ,
35 falcon = "falcon" ,
46 grok = "grok" ,
57 gpt2 = "gpt2" ,
@@ -11,14 +13,19 @@ export const enum GgufArchitectureType {
1113 refact = "refact" ,
1214 bert = "bert" ,
1315 nomicBert = "nomic-bert" ,
16+ nomicBertMoe = "nomic-bert-moe" ,
1417 jinaBertV2 = "jina-bert-v2" ,
1518 bloom = "bloom" ,
1619 stablelm = "stablelm" ,
1720 qwen = "qwen" ,
1821 qwen2 = "qwen2" ,
1922 qwen2moe = "qwen2moe" ,
23+ qwen2vl = "qwen2vl" ,
24+ qwen3 = "qwen3" ,
25+ qwen3moe = "qwen3moe" ,
2026 phi2 = "phi2" ,
2127 phi3 = "phi3" ,
28+ phimoe = "phimoe" ,
2229 plamo = "plamo" ,
2330 codeshell = "codeshell" ,
2431 orion = "orion" ,
@@ -27,25 +34,32 @@ export const enum GgufArchitectureType {
2734 minicpm3 = "minicpm3" ,
2835 gemma = "gemma" ,
2936 gemma2 = "gemma2" ,
37+ gemma3 = "gemma3" ,
3038 starcoder2 = "starcoder2" ,
3139 mamba = "mamba" ,
3240 xverse = "xverse" ,
3341 commandR = "command-r" ,
42+ cohere2 = "cohere2" ,
3443 dbrx = "dbrx" ,
3544 olmo = "olmo" ,
3645 olmo2 = "olmo2" ,
3746 olmoe = "olmoe" ,
3847 openelm = "openelm" ,
3948 arctic = "arctic" ,
49+ deepseek = "deepseek" ,
4050 deepseek2 = "deepseek2" ,
4151 chatglm = "chatglm" ,
52+ glm4 = "glm4" ,
4253 bitnet = "bitnet" ,
4354 t5 = "t5" ,
4455 t5encoder = "t5encoder" ,
4556 jais = "jais" ,
4657 nemotron = "nemotron" ,
4758 exaone = "exaone" ,
4859 rwkv6 = "rwkv6" ,
60+ rwkv6qwen2 = "rwkv6qwen2" ,
61+ rwkv7 = "rwkv7" ,
62+ arwkv7 = "arwkv7" ,
4963 granite = "granite" ,
5064 granitemoe = "granitemoe" ,
5165 chameleon = "chameleon" ,
You can’t perform that action at this time.
0 commit comments