[misc] fix lora regex (#6944)

* fix lora regex

* fix

Former-commit-id: 1d0ecbaee1b72f1e03154ddd4fcc8b7876e01f89
This commit is contained in:
hoshi-hiyouga
2025-02-14 21:38:43 +08:00
committed by GitHub
parent ed25e051a9
commit a893505924
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,
)