Skip to content

Commit 3c7989f

Browse files
csabakecskemetiCsaba Kecskemeti
andauthored
py : add "LLaMAForCausalLM" conversion support (#9485)
Co-authored-by: Csaba Kecskemeti <[email protected]>
1 parent d6b37c8 commit 3c7989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ def prepare_tensors(self):
14871487
raise ValueError(f"Unprocessed norms: {norms}")
14881488

14891489

1490-
@Model.register("LlamaForCausalLM", "MistralForCausalLM", "MixtralForCausalLM")
1490+
@Model.register("LLaMAForCausalLM", "LlamaForCausalLM", "MistralForCausalLM", "MixtralForCausalLM")
14911491
class LlamaModel(Model):
14921492
model_arch = gguf.MODEL_ARCH.LLAMA
14931493

0 commit comments

Comments
 (0)