[model] support for microsoft's Phi-4-mini (#9734)

This commit is contained in:
Jackey
2026-01-09 12:24:45 +08:00
committed by GitHub
parent 03a70ba8dd
commit 5fb5d7ebd3
4 changed files with 22 additions and 2 deletions

View File

@@ -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={