diff --git a/convert-llama-h5-to-gguf.py b/convert-llama-h5-to-gguf.py index 926dd265b..7c867619b 100644 --- a/convert-llama-h5-to-gguf.py +++ b/convert-llama-h5-to-gguf.py @@ -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))