mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
add codestral 22B
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user