mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12: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(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"EXAONE-3.0-7.8B-Instruct": {
|
"EXAONE-3.0-7.8B-Instruct": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user