add xverse-65B-2 model

This commit is contained in:
hiyouga 2023-12-18 19:24:09 +08:00
parent 709ac8870a
commit 2df923540c
1 changed files with 4 additions and 0 deletions

View File

@ -574,6 +574,10 @@ register_model_group(
DownloadSource.DEFAULT: "xverse/XVERSE-65B",
DownloadSource.MODELSCOPE: "xverse/XVERSE-65B"
},
"XVERSE-65B-2": {
DownloadSource.DEFAULT: "xverse/XVERSE-65B-2",
DownloadSource.MODELSCOPE: "xverse/XVERSE-65B-2"
},
"XVERSE-7B-Chat": {
DownloadSource.DEFAULT: "xverse/XVERSE-7B-Chat",
DownloadSource.MODELSCOPE: "xverse/XVERSE-7B-Chat"