converter: Use class name `Rwkv6Model
`
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
parent
7756afd8dd
commit
87a29014a4
1 changed files with 1 additions and 1 deletions
|
@ -2719,7 +2719,7 @@ class StarCoder2Model(Model):
|
||||||
|
|
||||||
|
|
||||||
@Model.register("Rwkv6ForCausalLM")
|
@Model.register("Rwkv6ForCausalLM")
|
||||||
class RwkvModel(Model):
|
class Rwkv6Model(Model):
|
||||||
model_arch = gguf.MODEL_ARCH.RWKV6
|
model_arch = gguf.MODEL_ARCH.RWKV6
|
||||||
|
|
||||||
def set_vocab(self):
|
def set_vocab(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue