mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-01 20:23:37 +00:00
[model] support for microsoft's Phi-4-mini (#9734)
This commit is contained in:
@@ -2443,6 +2443,15 @@ register_model_group(
|
||||
template="phi4",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Phi-4-3.8B-instruct": {
|
||||
DownloadSource.DEFAULT: "microsoft/Phi-4-mini-instruct",
|
||||
DownloadSource.MODELSCOPE: "LLM-Research/Phi-4-mini-instruct",
|
||||
},
|
||||
},
|
||||
template="phi4_mini",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
|
||||
Reference in New Issue
Block a user