mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-04-10 22:46:05 +08:00
[model] gemma4 (#10346)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user