mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 14:22:51 +08:00
add codestral 22B
Former-commit-id: c23cc63d3d3c4fd8edd6c3b3ca1a2a32ec328d7d
This commit is contained in:
parent
8f25af89b6
commit
679810a3d2
@ -301,6 +301,16 @@ register_model_group(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_model_group(
|
||||||
|
models={
|
||||||
|
"Codestral-22B-v0.1-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "mistralai/Codestral-22B-v0.1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
template="mistral",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"CommandR-35B-Chat": {
|
"CommandR-35B-Chat": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user