Skip to content

Commit a289b91

Browse files
committed
upload models.
1 parent 1cd5eeb commit a289b91

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Please use `--format completion` for these models.
303303
Note: Only download `tokenizer.model` and DO NOT download `tokenizer.json` when converting. Use `--set do-pan-and-scan 1` to enable _Pan and Scan_.
304304

305305
* Kimi (`KimiVLForConditionalGeneration`)
306-
* [x] VL: [A3B-Instruct](https://huggingface.co/moonshotai/Kimi-VL-A3B-Instruct/tree/7a3c132a7b0f1f1677f5a72f258bd3afded7d357), [A3B-Thinking](https://huggingface.co/moonshotai/Kimi-VL-A3B-Thinking/commit/16681d8ac24e505088698e4e34ea494dd6e24400)
306+
* [x] VL: [A3B-Instruct](https://huggingface.co/moonshotai/Kimi-VL-A3B-Instruct/tree/7a3c132a7b0f1f1677f5a72f258bd3afded7d357), [A3B-Thinking](https://huggingface.co/moonshotai/Kimi-VL-A3B-Thinking/commit/16681d8ac24e505088698e4e34ea494dd6e24400), [A3B-Thinking-2506](https://huggingface.co/moonshotai/Kimi-VL-A3B-Thinking-2506/tree/f124f44fb6ab5778cfac5117e3902ef03e860ad4)
307307

308308
* Qwen (`Qwen2AudioForConditionalGeneration`)
309309
* [x] Qwen2-Audio: [7B-Instruct](https://huggingface.co/Qwen/Qwen2-Audio-7B-Instruct/tree/0a095220c30b7b31434169c3086508ef3ea5bf0a)

scripts/models.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,22 @@
12741274
}
12751275
}
12761276
},
1277+
"qwen2-audio": {
1278+
"brief": "Qwen2-Audio is the new series of Qwen large audio-language models.",
1279+
"default": "7b",
1280+
"license": "Apache License 2.0",
1281+
"variants": {
1282+
"7b": {
1283+
"default": "q8",
1284+
"quantized": {
1285+
"q8": {
1286+
"size": 8935174032,
1287+
"url": "chatllm_quantized_qwen2/qwen2-audio-7b.bin"
1288+
}
1289+
}
1290+
}
1291+
}
1292+
},
12771293
"qwen2.5" : {
12781294
"brief": "Qwen2 is a new series of large language models from Alibaba group.",
12791295
"default": "1.5b",
@@ -2876,6 +2892,15 @@
28762892
"url": "chatllm_quantized_kimi-vl/kimi-vl-thinking-q4_1.bin"
28772893
}
28782894
}
2895+
},
2896+
"a3b-thinking-2506": {
2897+
"default": "q4_1",
2898+
"quantized": {
2899+
"q4_1": {
2900+
"size": 10447149104,
2901+
"url": "chatllm_quantized_kimi-vl/kimi-vl-thinking-2506-q4_1.bin"
2902+
}
2903+
}
28792904
}
28802905
}
28812906
}

0 commit comments

Comments
 (0)