mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-14 06:49:54 +00:00
convert : fix flake8 lint
This commit is contained in:
parent
8d8f065743
commit
b4e9c5998d
@ -3088,7 +3088,6 @@ class Mamba2Model(Model):
|
|||||||
return data_torch.squeeze()
|
return data_torch.squeeze()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Model.register("CohereForCausalLM")
|
@Model.register("CohereForCausalLM")
|
||||||
class CommandR2Model(Model):
|
class CommandR2Model(Model):
|
||||||
model_arch = gguf.MODEL_ARCH.COMMAND_R
|
model_arch = gguf.MODEL_ARCH.COMMAND_R
|
||||||
|
Loading…
Reference in New Issue
Block a user