add xuanyuan models

Former-commit-id: 1dfa9de3723550cddf24bbc0739cad6207731212
This commit is contained in:
hiyouga
2023-12-02 00:35:29 +08:00
parent 5f572cbd77
commit 8ca196d51f
2 changed files with 36 additions and 0 deletions

View File

@@ -507,6 +507,25 @@ register_model_group(
)
register_model_group(
models={
"XuanYuan-70B": {
DownloadSource.DEFAULT: "Duxiaoman-DI/XuanYuan-70B"
},
"XuanYuan-70B-Chat": {
DownloadSource.DEFAULT: "Duxiaoman-DI/XuanYuan-70B-Chat"
},
"XuanYuan-70B-int8-Chat": {
DownloadSource.DEFAULT: "Duxiaoman-DI/XuanYuan-70B-Chat-8bit"
},
"XuanYuan-70B-int4-Chat": {
DownloadSource.DEFAULT: "Duxiaoman-DI/XuanYuan-70B-Chat-4bit"
}
},
template="xuanyuan"
)
register_model_group(
models={
"XVERSE-7B": {