We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7b03 commit 046df64Copy full SHA for 046df64
1 file changed
src/gguf/types/GgufMetadataTypes.ts
@@ -12,6 +12,7 @@ export const enum GgufArchitectureType {
12
starcoder = "starcoder",
13
refact = "refact",
14
bert = "bert",
15
+ modernBert = "modern-bert",
16
nomicBert = "nomic-bert",
17
nomicBertMoe = "nomic-bert-moe",
18
neoBert = "neo-bert",
@@ -33,6 +34,7 @@ export const enum GgufArchitectureType {
33
34
phimoe = "phimoe",
35
plamo = "plamo",
36
plamo2 = "plamo2",
37
+ plamo3 = "plamo3",
38
codeshell = "codeshell",
39
orion = "orion",
40
internlm2 = "internlm2",
@@ -68,6 +70,7 @@ export const enum GgufArchitectureType {
68
70
jais = "jais",
69
71
nemotron = "nemotron",
72
nemotronH = "nemotron_h",
73
+ nemotronHMoe = "nemotron_h_moe",
74
exaone = "exaone",
75
exaone4 = "exaone4",
76
rwkv6 = "rwkv6",
0 commit comments