mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-28 12:24:35 +00:00
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)
|
hparams = json.load(f)
|
||||||
|
|
||||||
# This mmust be changed when adding/deleting kv
|
# This mmust be changed when adding/deleting kv
|
||||||
kv_count = 13
|
kv_count = 14
|
||||||
|
|
||||||
print("tensors " + str(tensor_count) + " kv " + str(kv_count))
|
print("tensors " + str(tensor_count) + " kv " + str(kv_count))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user