[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

@@ -219,6 +219,13 @@ _register_composite_model(
)
_register_composite_model(
model_type="gemma4",
vision_model_keys=["vision_tower", "audio_tower"],
lora_conflict_keys=["per_layer_projection_norm"],
)
# copied from qwen2vl
_register_composite_model(
model_type="glm4v",