Skip to content

Commit 9279384

Browse files
committed
Support Lfm2ForCausalLM architecture name as well
1 parent 949e3e2 commit 9279384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7078,6 +7078,7 @@ def set_vocab(self):
70787078
self.gguf_writer.add_chat_template(chat_template)
70797079

70807080

7081+
@ModelBase.register("Lfm2ForCausalLM")
70817082
@ModelBase.register("LFM2ForCausalLM")
70827083
class LFM2Model(TextModel):
70837084
model_arch = gguf.MODEL_ARCH.LFM2

0 commit comments

Comments
 (0)