Update convert-llama-h5-to-gguf.py

This commit is contained in:
klosax 2023-07-30 16:28:08 +02:00 committed by GitHub
parent f175b05872
commit 2fabc176ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ with open(dir_model + "/config.json", "r", encoding="utf-8") as f:
hparams = json.load(f)
# This mmust be changed when adding/deleting kv
kv_count = 13
kv_count = 14
print("tensors " + str(tensor_count) + " kv " + str(kv_count))