Skip to content

Commit

Permalink
py : fix flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 19, 2024
1 parent 7051aac commit de9a147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert-hf-to-gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ def write_tensors(self):

self.gguf_writer.add_tensor(new_name, data)


class CodeShellModel(Model):
def set_gguf_parameters(self):
block_count = self.hparams["n_layer"]
Expand Down

0 comments on commit de9a147

Please sign in to comment.