lint : fix whitespaces
This commit is contained in:
parent
06d3e693db
commit
c56e19db4b
2 changed files with 3 additions and 3 deletions
|
@ -1315,7 +1315,7 @@ class PersimmonModel(Model):
|
|||
@Model.register("LlamaForCausalLM")
|
||||
class DeepseekCoderModel(Model):
|
||||
model_arch = gguf.MODEL_ARCH.LLAMA
|
||||
|
||||
|
||||
def set_gguf_parameters(self):
|
||||
super().set_gguf_parameters()
|
||||
head_count = self.hparams["num_attention_heads"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue