Skip to content

Commit bd6df55

Browse files
committed
upload two models
1 parent 352e7c8 commit bd6df55

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

scripts/models.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,15 @@
13471347
}
13481348
}
13491349
},
1350+
"14b": {
1351+
"default": "q8",
1352+
"quantized": {
1353+
"q8": {
1354+
"size": 15699928448,
1355+
"url": "chatllm_quantized_qwen2.5/qwen2.5-14b.bin"
1356+
}
1357+
}
1358+
},
13501359
"3b": {
13511360
"default": "q8",
13521361
"quantized": {
@@ -3220,5 +3229,21 @@
32203229
}
32213230
}
32223231
}
3232+
},
3233+
"seed-oss": {
3234+
"brief": "Seed-OSS is a series of open-source large language models developed by ByteDance's Seed Team.",
3235+
"default": "36b",
3236+
"license": "Apache License 2.0",
3237+
"variants": {
3238+
"36b": {
3239+
"default": "q4_0",
3240+
"quantized": {
3241+
"q4_0": {
3242+
"size": 20344573712,
3243+
"url": "chatllm_quantized_gpt/seed-oss-36b-q4_0.bin"
3244+
}
3245+
}
3246+
}
3247+
}
32233248
}
32243249
}

0 commit comments

Comments
 (0)