fix some errors due to inconsistency of model cards

Former-commit-id: 2166b9bc6b
This commit is contained in:
Kingsley
2024-09-30 19:58:34 +08:00
parent 4f85098088
commit 94ce8f561f
5 changed files with 66 additions and 69 deletions

View File

@@ -1164,12 +1164,12 @@ register_model_group(
register_model_group(
models={
"Pixtral-12B": {
"Pixtral-12B-Instruct": {
DownloadSource.DEFAULT: "mistral-community/pixtral-12b",
DownloadSource.MODELSCOPE: "AI-ModelScope/pixtral-12b",
}
},
template="mistral",
template="pixtral",
vision=True
)