add Yi-9B model

Former-commit-id: 57452a4aa1
This commit is contained in:
hiyouga
2024-03-07 23:11:57 +08:00
parent cb2bf680c9
commit f373290012
3 changed files with 6 additions and 2 deletions

View File

@@ -848,6 +848,10 @@ register_model_group(
DownloadSource.DEFAULT: "01-ai/Yi-6B",
DownloadSource.MODELSCOPE: "01ai/Yi-6B",
},
"Yi-9B": {
DownloadSource.DEFAULT: "01-ai/Yi-9B",
DownloadSource.MODELSCOPE: "01ai/Yi-9B",
},
"Yi-34B": {
DownloadSource.DEFAULT: "01-ai/Yi-34B",
DownloadSource.MODELSCOPE: "01ai/Yi-34B",