Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint break
Browse files Browse the repository at this point in the history
mscheong01 committed Aug 14, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent cb16207 commit c9cdc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert_hf_to_gguf.py
Original file line number Diff line number Diff line change
@@ -3598,6 +3598,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
name = name.removeprefix("transformer.")
return [(self.map_tensor_name(name), data_torch)]


@Model.register("ExaoneForCausalLM")
class ExaoneModel(Model):
model_arch = gguf.MODEL_ARCH.EXAONE

0 comments on commit c9cdc11

Please sign in to comment.