mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-03-06 20:48:53 +01:00
py : fix flake8 lint
This commit is contained in:
parent
7051aacfac
commit
de9a147df1
1 changed files with 1 additions and 0 deletions
|
@ -1179,6 +1179,7 @@ class PlamoModel(Model):
|
|||
|
||||
self.gguf_writer.add_tensor(new_name, data)
|
||||
|
||||
|
||||
class CodeShellModel(Model):
|
||||
def set_gguf_parameters(self):
|
||||
block_count = self.hparams["n_layer"]
|
||||
|
|
Loading…
Add table
Reference in a new issue