convert-falcon-hf-to-gguf.py : remove extra kv
This commit is contained in:
parent
d5e976c12b
commit
16ab9ba3b3
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ print("gguf: get model metadata")
|
|||
|
||||
block_count = hparams["n_layer"]
|
||||
|
||||
gguf_writer.add_architecture()
|
||||
gguf_writer.add_name(last_dir)
|
||||
gguf_writer.add_context_length(2048)
|
||||
gguf_writer.add_embedding_length(hparams["hidden_size"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue