[model] support keye-vl-8b (#8776)

This commit is contained in:
Kingsley
2025-07-29 21:24:08 +08:00
committed by GitHub
parent 4e0bf35eb4
commit 52882d01c3
4 changed files with 41 additions and 2 deletions

View File

@@ -1235,6 +1235,18 @@ register_model_group(
)
register_model_group(
models={
"Keye-VL-8B-Chat": {
DownloadSource.DEFAULT: "Kwai-Keye/Keye-VL-8B-Preview",
DownloadSource.MODELSCOPE: "Kwai-Keye/Keye-VL-8B-Preview",
},
},
template="keye_vl",
multimodal=True,
)
register_model_group(
models={
"Kimi-Dev-72B-Instruct": {