lint : fix whitespaces

This commit is contained in:
Georgi Gerganov 2024-04-26 12:58:07 +03:00
parent 06d3e693db
commit c56e19db4b
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 3 additions and 3 deletions

View file

@ -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"]