mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-18 12:50:38 +08:00
[model] Add Ministral3 (#9582)
Co-authored-by: kingsley <kingsleydodonow@gmail.com>
This commit is contained in:
@@ -141,6 +141,7 @@ class QuantizationMethod(str, Enum):
|
||||
EETQ = "eetq"
|
||||
HQQ = "hqq"
|
||||
MXFP4 = "mxfp4"
|
||||
FP8 = "fp8"
|
||||
|
||||
|
||||
class RopeScaling(str, Enum):
|
||||
@@ -1977,6 +1978,25 @@ register_model_group(
|
||||
template="mistral",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Ministral-3-3B-Instruct-2512": {
|
||||
DownloadSource.DEFAULT: "mistralai/Ministral-3-3B-Instruct-2512",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Ministral-3-3B-Instruct-2512",
|
||||
},
|
||||
"Ministral-3-8B-Instruct-2512": {
|
||||
DownloadSource.DEFAULT: "mistralai/Ministral-3-8B-Instruct-2512",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Ministral-3-8B-Instruct-2512",
|
||||
},
|
||||
"Ministral-3-14B-Instruct-2512": {
|
||||
DownloadSource.DEFAULT: "mistralai/Ministral-3-14B-Instruct-2512",
|
||||
DownloadSource.MODELSCOPE: "mistralai/Ministral-3-14B-Instruct-2512",
|
||||
},
|
||||
},
|
||||
template="ministral3",
|
||||
multimodal=True,
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
|
||||
Reference in New Issue
Block a user