fix constants

Former-commit-id: 69309a23598995aa1937fd8d80732a018c18db87
This commit is contained in:
BUAADreamer
2024-09-29 22:00:01 +08:00
parent 3cc5408da7
commit a769d0e3d4
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",
},
},