Update convert-gptneox-h5-to-gguf.py
This commit is contained in:
parent
068a8e0fbe
commit
2a0914673c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ gguf_writer = gguf.GGUFWriter.open(fname_out)
|
||||||
with open(dir_model + "/config.json", "r", encoding="utf-8") as f:
|
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 must be changed when adding/deleting kv
|
||||||
kv_count = 14
|
kv_count = 14
|
||||||
|
|
||||||
print("tensors " + str(tensor_count) + " kv " + str(kv_count))
|
print("tensors " + str(tensor_count) + " kv " + str(kv_count))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue