fix constants

Former-commit-id: 485fc04716
This commit is contained in:
BUAADreamer
2024-09-29 22:00:01 +08:00
parent ddec40ac16
commit 87ab7fc01c
3 changed files with 13 additions and 9 deletions

View File

@@ -896,7 +896,7 @@ register_model_group(
"LLaVA-NeXT-Video-7B-32k-Chat": {
DownloadSource.DEFAULT: "llava-hf/LLaVA-NeXT-Video-7B-32K-hf",
},
"LLaVA-NeXT-Video-7B-DPO": {
"LLaVA-NeXT-Video-7B-DPO-Chat": {
DownloadSource.DEFAULT: "llava-hf/LLaVA-NeXT-Video-7B-DPO-hf",
},
},
@@ -910,7 +910,7 @@ register_model_group(
"LLaVA-NeXT-Video-Yi-34B-Chat": {
DownloadSource.DEFAULT: "llava-hf/LLaVA-NeXT-Video-34B-hf",
},
"LLaVA-NeXT-Video-Yi-34B-DPO": {
"LLaVA-NeXT-Video-Yi-34B-DPO-Chat": {
DownloadSource.DEFAULT: "llava-hf/LLaVA-NeXT-Video-34B-DPO-hf",
},
},