mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 11:50:35 +08:00
add pixtral template
This commit is contained in:
@@ -894,6 +894,16 @@ register_model_group(
|
||||
template="mistral",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Pixtral-12B-2409": {
|
||||
DownloadSource.DEFAULT: "mistral-community/pixtral-12b",
|
||||
DownloadSource.MODELSCOPE: "AI-ModelScope/pixtral-12b",
|
||||
}
|
||||
},
|
||||
template="mistral"
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
|
||||
Reference in New Issue
Block a user