Support InternLM3 Dense 8B Model (#6640)

* support internlm3

* update

* update

* update

* add hint

Former-commit-id: 24ab7ae0944c5f373e9cac60f0332e704824a057
This commit is contained in:
Haian Huang(深度眸)
2025-01-14 18:07:27 +08:00
committed by GitHub
parent 381f7120e6
commit 1bb06e06df
5 changed files with 26 additions and 0 deletions

View File

@@ -817,6 +817,15 @@ register_model_group(
template="intern2",
)
register_model_group(
models={
"InternLM3-8B-Chat": {
DownloadSource.DEFAULT: "internlm/internlm3-8b-instruct",
DownloadSource.MODELSCOPE: "Shanghai_AI_Laboratory/internlm3-8b-instruct",
},
},
template="intern3",
)
register_model_group(
models={