mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-07-31 10:42:50 +08:00
[model] add Devstral-Small-2507 (#8614)
This commit is contained in:
parent
cf1087d409
commit
95ed6c45cd
@ -589,6 +589,17 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Devstral-Small-2507-Instruct": {
|
||||
DownloadSource.DEFAULT: "mistralai/Devstral-Small-2507",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Devstral-Small-2507",
|
||||
},
|
||||
},
|
||||
template="mistral_small",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"EXAONE-3.0-7.8B-Instruct": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user