diff --git a/convert-llama-7b-pth-to-gguf.py b/convert-llama-7b-pth-to-gguf.py index 89b58e132..7c767df60 100644 --- a/convert-llama-7b-pth-to-gguf.py +++ b/convert-llama-7b-pth-to-gguf.py @@ -96,7 +96,6 @@ if "_name_or_path" in hparams: else: hf_repo = "" -gguf_writer.add_architecture() gguf_writer.add_name(last_dir) gguf_writer.add_source_hf_repo(hf_repo) gguf_writer.add_tensor_data_layout("Meta AI original pth")