convert-llama-7b-pth-to-gguf.py : remove extra kv
This commit is contained in:
parent
c0e4ca630b
commit
593b04fdcd
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ if "_name_or_path" in hparams:
|
||||||
else:
|
else:
|
||||||
hf_repo = ""
|
hf_repo = ""
|
||||||
|
|
||||||
gguf_writer.add_architecture()
|
|
||||||
gguf_writer.add_name(last_dir)
|
gguf_writer.add_name(last_dir)
|
||||||
gguf_writer.add_source_hf_repo(hf_repo)
|
gguf_writer.add_source_hf_repo(hf_repo)
|
||||||
gguf_writer.add_tensor_data_layout("Meta AI original pth")
|
gguf_writer.add_tensor_data_layout("Meta AI original pth")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue