Skip to content

Commit

Permalink
converter: Use class name Rwkv6Model
Browse files Browse the repository at this point in the history
Signed-off-by: Molly Sophia <[email protected]>
  • Loading branch information
MollySophia committed Aug 25, 2024
1 parent e4d5638 commit d5380c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert_hf_to_gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@ class StarCoder2Model(Model):


@Model.register("Rwkv6ForCausalLM")
class RwkvModel(Model):
class Rwkv6Model(Model):
model_arch = gguf.MODEL_ARCH.RWKV6

def set_vocab(self):
Expand Down

0 comments on commit d5380c6

Please sign in to comment.