mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-07-31 10:42:50 +08:00
[model] Add mistral-small 3.2 & kimi-dev (#8433)
This commit is contained in:
parent
8ed085e403
commit
fffa43be86
@ -1143,6 +1143,17 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Kimi-Dev-72B-Instruct": {
|
||||
DownloadSource.DEFAULT: "moonshotai/Kimi-Dev-72B",
|
||||
DownloadSource.MODELSCOPE: "moonshotai/Kimi-Dev-72B",
|
||||
},
|
||||
},
|
||||
template="qwen",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Kimi-VL-A3B-Instruct": {
|
||||
@ -1675,6 +1686,10 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
||||
},
|
||||
"Mistral-Small-3.2-24B-Instruct": {
|
||||
DownloadSource.DEFAULT: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
|
||||
},
|
||||
},
|
||||
template="mistral_small",
|
||||
multimodal=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user