add TeleChat-1B

Former-commit-id: 1b81b43fc483a21e0c2985b98459ecf5137aa4c4
This commit is contained in:
hzhaoy 2024-07-02 17:49:04 +08:00
parent 973cf8e980
commit 2196448c21

View File

@ -1260,6 +1260,10 @@ register_model_group(
register_model_group( register_model_group(
models={ models={
"TeleChat-1B-Chat": {
DownloadSource.DEFAULT: "Tele-AI/TeleChat-1B",
DownloadSource.MODELSCOPE: "TeleAI/TeleChat-1B",
},
"TeleChat-7B-Chat": { "TeleChat-7B-Chat": {
DownloadSource.DEFAULT: "Tele-AI/telechat-7B", DownloadSource.DEFAULT: "Tele-AI/telechat-7B",
DownloadSource.MODELSCOPE: "TeleAI/telechat-7B", DownloadSource.MODELSCOPE: "TeleAI/telechat-7B",