Skip to content

Commit 046df64

Browse files
committed
fix: update GGUF types
1 parent bbc7b03 commit 046df64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/gguf/types/GgufMetadataTypes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const enum GgufArchitectureType {
1212
starcoder = "starcoder",
1313
refact = "refact",
1414
bert = "bert",
15+
modernBert = "modern-bert",
1516
nomicBert = "nomic-bert",
1617
nomicBertMoe = "nomic-bert-moe",
1718
neoBert = "neo-bert",
@@ -33,6 +34,7 @@ export const enum GgufArchitectureType {
3334
phimoe = "phimoe",
3435
plamo = "plamo",
3536
plamo2 = "plamo2",
37+
plamo3 = "plamo3",
3638
codeshell = "codeshell",
3739
orion = "orion",
3840
internlm2 = "internlm2",
@@ -68,6 +70,7 @@ export const enum GgufArchitectureType {
6870
jais = "jais",
6971
nemotron = "nemotron",
7072
nemotronH = "nemotron_h",
73+
nemotronHMoe = "nemotron_h_moe",
7174
exaone = "exaone",
7275
exaone4 = "exaone4",
7376
rwkv6 = "rwkv6",

0 commit comments

Comments
 (0)