[model] gemma4 (#10346)

This commit is contained in:
Kingsley
2026-04-05 12:10:28 +08:00
committed by GitHub
parent acac63ef35
commit eae6f0b541
8 changed files with 576 additions and 7 deletions

View File

@@ -865,6 +865,34 @@ register_model_group(
)
register_model_group(
models={
"Gemma-4-26B-A4B-Thinking": {
DownloadSource.DEFAULT: "google/gemma-4-26B-A4B-it",
},
"Gemma-4-31B-Thinking": {
DownloadSource.DEFAULT: "google/gemma-4-31B-it",
},
},
template="gemma4",
multimodal=True,
)
register_model_group(
models={
"Gemma-4-E2B-Thinking": {
DownloadSource.DEFAULT: "google/gemma-4-E2B-it",
},
"Gemma-4-E4B-Thinking": {
DownloadSource.DEFAULT: "google/gemma-4-E4B-it",
},
},
template="gemma4n",
multimodal=True,
)
register_model_group(
models={
"GLM-4-9B": {