add mistral nemo model

This commit is contained in:
hiyouga 2024-07-24 16:25:53 +08:00
parent 26533c0604
commit 1550fe7331
1 changed files with 5 additions and 0 deletions

View File

@ -820,6 +820,11 @@ register_model_group(
}, },
"Mistral-7B-v0.3-Chat": { "Mistral-7B-v0.3-Chat": {
DownloadSource.DEFAULT: "mistralai/Mistral-7B-Instruct-v0.3", DownloadSource.DEFAULT: "mistralai/Mistral-7B-Instruct-v0.3",
DownloadSource.MODELSCOPE: "LLM-Research/Mistral-7B-Instruct-v0.3",
},
"Mistral-Nemo-Chat": {
DownloadSource.DEFAULT: "mistralai/Mistral-Nemo-Instruct-2407",
DownloadSource.MODELSCOPE: "AI-ModelScope/Mistral-Nemo-Instruct-2407",
}, },
}, },
template="mistral", template="mistral",