remove unused code
This commit is contained in:
parent
3f4185b654
commit
9cecb7a613
1 changed files with 0 additions and 1 deletions
|
@ -851,7 +851,6 @@ class PersimmonModel(Model):
|
|||
class DeepseekCoderModel(Model):
|
||||
def set_gguf_parameters(self):
|
||||
super().set_gguf_parameters()
|
||||
print(self.dir_model.name)
|
||||
head_count = self.hparams["num_attention_heads"]
|
||||
head_count_kv = self.hparams.get("num_key_value_heads", head_count)
|
||||
self.gguf_writer.add_head_count(head_count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue