[misc] fix lora regex (#6944)

* fix lora regex

* fix
This commit is contained in:
hoshi-hiyouga
2025-02-14 21:38:43 +08:00
committed by GitHub
parent c31c63b411
commit 1ada3ae5a3
5 changed files with 32 additions and 31 deletions

View File

@@ -1210,7 +1210,7 @@ register_model_group(
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM-o-2_6",
},
},
template="minicpm_v",
template="minicpm_o",
multimodal=True,
)