Skip to content

Commit 67e3746

Browse files
committed
upload a model
1 parent c3877bf commit 67e3746

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/models.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@
23802380
}
23812381
},
23822382
"hunyuan": {
2383-
"brief": "Hunyuan-7B is developed by Tencent and stands out from many large-scale language models and is currently one of the strongest Chinese 7B Dense models.",
2383+
"brief": "Hunyuan-7B & Hunyuan-A13B are developed by Tencent.",
23842384
"default": "7b",
23852385
"license": "Tencent License",
23862386
"variants": {
@@ -2392,6 +2392,15 @@
23922392
"url": "chatllm_quantized_hunyuan/hunyuan-7b.bin"
23932393
}
23942394
}
2395+
},
2396+
"a13b": {
2397+
"default": "q4_0",
2398+
"quantized": {
2399+
"q4_0": {
2400+
"size": 45226040592,
2401+
"url": "chatllm_quantized_hunyuan/hunyuan-a13b-q4_0.bin"
2402+
}
2403+
}
23952404
}
23962405
}
23972406
},

0 commit comments

Comments
 (0)