forked from p04798526/LLaMA-Factory-Mirror
add TeleChat-1B
This commit is contained in:
parent
33f2ddb8b6
commit
57b7c00430
|
@ -1260,6 +1260,10 @@ register_model_group(
|
|||
|
||||
register_model_group(
|
||||
models={
|
||||
"TeleChat-1B-Chat": {
|
||||
DownloadSource.DEFAULT: "Tele-AI/TeleChat-1B",
|
||||
DownloadSource.MODELSCOPE: "TeleAI/TeleChat-1B",
|
||||
},
|
||||
"TeleChat-7B-Chat": {
|
||||
DownloadSource.DEFAULT: "Tele-AI/telechat-7B",
|
||||
DownloadSource.MODELSCOPE: "TeleAI/telechat-7B",
|
||||
|
|
Loading…
Reference in New Issue