From 2f2ca7adb1a388ec34c31442643eefcfdc5529d6 Mon Sep 17 00:00:00 2001 From: Joel Farthing Date: Mon, 8 Jun 2026 00:43:43 -0500 Subject: [PATCH] convert: support Gemma4UnifiedAssistantForCausalLM (#1925) Co-authored-by: Joel Farthing <262452229+joelfarthing@users.noreply.github.com> --- convert_hf_to_gguf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index ddb7ec8f..59803bd6 100644 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -3474,7 +3474,7 @@ class Gemma4Model(Gemma4BaseModel): return [(self.map_tensor_name(name), data_torch)] -@Model.register("Gemma4AssistantForCausalLM") +@Model.register("Gemma4AssistantForCausalLM", "Gemma4UnifiedAssistantForCausalLM") class Gemma4AssistantModel(Gemma4BaseModel): model_arch = gguf.MODEL_ARCH.GEMMA4_MTP