mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
add mistral nemo model
Former-commit-id: 1550fe7331370ad39e8ed69c1b060ead902a77e4
This commit is contained in:
parent
e0875f82b3
commit
91e54d458f
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user