[model] support Youtu-LLM-2B (#9707)

This commit is contained in:
Hertz
2026-01-04 13:17:57 +08:00
committed by GitHub
parent 0087bc253b
commit 9ae62c6fc0
4 changed files with 32 additions and 0 deletions

View File

@@ -3846,6 +3846,21 @@ register_model_group(
)
register_model_group(
models={
"Youtu-LLM-2B-Instruct": {
DownloadSource.DEFAULT: "tencent/Youtu-LLM-2B",
DownloadSource.MODELSCOPE: "Tencent-YouTu-Research/Youtu-LLM-2B",
},
"Youtu-LLM-2B-Base": {
DownloadSource.DEFAULT: "tencent/Youtu-LLM-2B-Base",
DownloadSource.MODELSCOPE: "Tencent-YouTu-Research/Youtu-LLM-2B-Base",
},
},
template="youtu",
)
register_model_group(
models={
"Yuan2-2B-Chat": {