Update convert-llama-h5-to-gguf.py
This commit is contained in:
parent
f175b05872
commit
2fabc176ce
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue