Skip to content

Commit 5d59025

Browse files
committed
upload mirothinker-v1.5-30b
1 parent b58627a commit 5d59025

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261

262262
* [x] Phi-4: [Instruct](https://huggingface.co/microsoft/phi-4), [Mini-Instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)
263263

264-
* QWen (`QWenLMHeadModel`, `Qwen2ForCausalLM`, `Qwen2MoeForCausalLM`)
264+
* QWen (`QWenLMHeadModel`, `Qwen2ForCausalLM`, `Qwen2MoeForCausalLM`, `Qwen3MoeForCausalLM`, `Qwen3ForCausalLM`)
265265
* [x] v1: [Chat-7B](https://huggingface.co/Qwen/Qwen-7B-Chat), [Chat-14B](https://huggingface.co/Qwen/Qwen-14B-Chat), [QAnything-7B](https://huggingface.co/netease-youdao/Qwen-7B-QAnything)
266266
* [x] v1.5: [Chat-0.5B](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat), [Chat-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat), [Chat-4B](https://huggingface.co/Qwen/Qwen1.5-4B-Chat), [Chat-7B](https://huggingface.co/Qwen/Qwen1.5-7B-Chat), [Chat-14B](https://huggingface.co/Qwen/Qwen1.5-14B-Chat), [CodeQwen-Chat-7B](https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat) (`-a CodeQwen`)
267267
* [x] v1.5 MoE: [Chat-A2.7B](https://huggingface.co/Qwen/Qwen1.5-MoE-A2.7B-Chat)
@@ -294,6 +294,7 @@
294294
* [x] Confucius3-Math: [14B](https://huggingface.co/netease-youdao/Confucius3-Math/tree/62621490d5dccf5fea997be9df62dd8dc017f777) (`-a DeepSeek-R1-Distill-QWen`)
295295
* [x] Jan-Nano: [4B](https://huggingface.co/Menlo/Jan-nano/tree/5f4e450c127322db9477400890a0dd951c9f6ab7)
296296
* [x] Baichuan-M2: [32B](https://huggingface.co/baichuan-inc/Baichuan-M2-32B/tree/ebd3cf50aa02061a941f69e78d365d5620c5b5ac)
297+
* [x] MiroThinker-v1.5: [30B](https://huggingface.co/miromind-ai/MiroThinker-v1.5-30B/tree/fc29738d08b1b000af7af8f27c84caabeae8fb1d)
297298

298299
* Seed (`SeedOssForCausalLM`)
299300
* [x] OSS: [36B-Instruct](https://huggingface.co/ByteDance-Seed/Seed-OSS-36B-Instruct/tree/6f42c8b5bf8f3f687bd6fb28833da03a19867ce8)

scripts/models.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3848,5 +3848,21 @@
38483848
}
38493849
}
38503850
}
3851+
},
3852+
"mirothinker-v1.5": {
3853+
"brief": "MiroThinker v1.5 is the world-leading search agent designed to advance tool-augmented reasoning and information-seeking capabilities.",
3854+
"default": "30b",
3855+
"license": "MIT",
3856+
"variants": {
3857+
"30b": {
3858+
"default": "q4_1",
3859+
"quantized": {
3860+
"q4_1" : {
3861+
"size": 19089034208,
3862+
"url": "chatllm_quantized_miromind/mirothinker-v1.5-30b-q4_1.bin"
3863+
}
3864+
}
3865+
}
3866+
}
38513867
}
38523868
}

0 commit comments

Comments
 (0)