Skip to content

Commit bc991e3

Browse files
committed
upload several models
1 parent a01d982 commit bc991e3

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

scripts/models.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,31 @@
14841484
}
14851485
}
14861486
},
1487+
"qwen2.5-vl" : {
1488+
"brief": "Flagship vision-language model of Qwen and also a significant leap from the previous Qwen2-VL.",
1489+
"default": "3b",
1490+
"license": "Apache License 2.0",
1491+
"variants": {
1492+
"3b": {
1493+
"default": "q8",
1494+
"quantized": {
1495+
"q8": {
1496+
"size": 4128566736,
1497+
"url": "chatllm_quantized_qwen2.5/qwen2.5-vl-3b.bin"
1498+
}
1499+
}
1500+
},
1501+
"7b": {
1502+
"default": "q8",
1503+
"quantized": {
1504+
"q8": {
1505+
"size": 8949973008,
1506+
"url": "chatllm_quantized_qwen2.5/qwen2.5-vl-7b.bin"
1507+
}
1508+
}
1509+
}
1510+
}
1511+
},
14871512
"starling-lm": {
14881513
"brief": "Starling is a large language model trained by reinforcement learning from AI feedback focused on improving chatbot helpfulness.",
14891514
"default": "7b",
@@ -3047,6 +3072,22 @@
30473072
}
30483073
}
30493074
},
3075+
"mimo-vl": {
3076+
"brief": "MiMo-VL, featuring enhanced performance across multiple benchmarks, improved thinking control capabilities, and better user experience.",
3077+
"default": "7b-rl",
3078+
"license": "MIT",
3079+
"variants": {
3080+
"7b-rl": {
3081+
"default": "q8",
3082+
"quantized": {
3083+
"q8": {
3084+
"size": 8834139216,
3085+
"url": "chatllm_quantized_mimo/mimo-vl-7b-rl-2508.bin"
3086+
}
3087+
}
3088+
}
3089+
}
3090+
},
30503091
"seed-coder": {
30513092
"brief": "Seed-Coder, a powerful, transparent, and parameter-efficient family of open-source code models at the 8B scale, featuring base, instruct, and reasoning variants.",
30523093
"default": "8b-it",
@@ -3344,5 +3385,31 @@
33443385
}
33453386
}
33463387
}
3388+
},
3389+
"janus-pro":
3390+
{
3391+
"brief": "Janus-Pro is a novel autoregressive framework that unifies multimodal understanding and generation.",
3392+
"default": "1b",
3393+
"license": "MIT",
3394+
"variants": {
3395+
"1b": {
3396+
"default": "q8",
3397+
"quantized": {
3398+
"q8": {
3399+
"size": 2279324768,
3400+
"url": "chatllm_quantized_janus/janus-pro-1b.bin"
3401+
}
3402+
}
3403+
},
3404+
"7b": {
3405+
"default": "q8",
3406+
"quantized": {
3407+
"q8": {
3408+
"size": 7944145328,
3409+
"url": "chatllm_quantized_janus/janus-pro-7b.bin"
3410+
}
3411+
}
3412+
}
3413+
}
33473414
}
33483415
}

0 commit comments

Comments
 (0)