mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-06-17 04:38:53 +08:00
[model] add MiniCPM5-1B-Chat (#10558)
This commit is contained in:
@@ -1915,6 +1915,17 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM5-1B-Chat": {
|
||||
DownloadSource.DEFAULT: "openbmb/MiniCPM5-1B",
|
||||
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM5-1B",
|
||||
},
|
||||
},
|
||||
template="empty",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MiniCPM-o-2.6": {
|
||||
|
||||
Reference in New Issue
Block a user