Support InternLM3 Dense 8B Model (#6640)
* support internlm3 * update * update * update * add hint Former-commit-id: 24ab7ae0944c5f373e9cac60f0332e704824a057
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user