convert-llama-hf-to-gguf.py : remove extra kv

This commit is contained in:
klosax 2023-08-19 00:32:56 +02:00 committed by GitHub
parent 593b04fdcd
commit 281d6d1105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,6 @@ else:
sys.exit() sys.exit()
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")