From: Weizhao Ouyang Date: Mon, 25 Aug 2025 09:15:06 +0000 (+0800) Subject: convert : update Ernie 4.5 dense architecture name (#15555) X-Git-Tag: upstream/0.0.6527~259 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0d5a470223fc90b6b6807921d68011ff06ae7f9e;p=pkg%2Fggml%2Fsources%2Fllama.cpp convert : update Ernie 4.5 dense architecture name (#15555) Signed-off-by: Weizhao Ouyang --- diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index 12ecd645..9fa35e8b 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -3159,7 +3159,7 @@ class LLaDAModel(TextModel): yield from super().modify_tensors(data_torch, name, bid) -@ModelBase.register("Ernie4_5_ForCausalLM") +@ModelBase.register("Ernie4_5_ForCausalLM", "Ernie4_5ForCausalLM") class Ernie4_5Model(TextModel): model_arch = gguf.MODEL_ARCH.ERNIE4_5