Skip to content

Commit 7c6e520

Browse files
committed
converter: Use class name Rwkv6Model
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
1 parent 7e46bde commit 7c6e520

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
@@ -2715,7 +2715,7 @@ class StarCoder2Model(Model):
27152715

27162716

27172717
@Model.register("Rwkv6ForCausalLM")
2718-
class RwkvModel(Model):
2718+
class Rwkv6Model(Model):
27192719
model_arch = gguf.MODEL_ARCH.RWKV6
27202720

27212721
def set_vocab(self):

0 commit comments

Comments
 (0)