Merge pull request #5910 from Cuiyn/index
Support Index series models. Former-commit-id: b74d9fa8efeb4f52ba0e20538ad90c8b40492e29
This commit is contained in:
@@ -596,6 +596,33 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Index-1.9B-Chat": {
|
||||
DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Chat",
|
||||
DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Chat",
|
||||
},
|
||||
"Index-1.9B-Character-Chat": {
|
||||
DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Character",
|
||||
DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Character",
|
||||
},
|
||||
"Index-1.9B-Base": {
|
||||
DownloadSource.DEFAULT: "IndexTeam/Index-1.9B",
|
||||
DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B",
|
||||
},
|
||||
"Index-1.9B-Base-Pure": {
|
||||
DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Pure",
|
||||
DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Pure",
|
||||
},
|
||||
"Index-1.9B-Chat-32K": {
|
||||
DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-32K",
|
||||
DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-32K",
|
||||
},
|
||||
},
|
||||
template="index",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"InternLM-7B": {
|
||||
|
||||
Reference in New Issue
Block a user