mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 10:22:15 +08:00
[model] add Devstral-Small-2507 (#8614)
This commit is contained in:
parent
cdf976f44e
commit
30068b0d8d
@ -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