mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-07 11:23:56 +01:00
Update convert-gptneox-h5-to-gguf.py
This commit is contained in:
parent
068a8e0fbe
commit
2a0914673c
@ -54,7 +54,7 @@ gguf_writer = gguf.GGUFWriter.open(fname_out)
|
||||
with open(dir_model + "/config.json", "r", encoding="utf-8") as f:
|
||||
hparams = json.load(f)
|
||||
|
||||
# This mmust be changed when adding/deleting kv
|
||||
# This must be changed when adding/deleting kv
|
||||
kv_count = 14
|
||||
|
||||
print("tensors " + str(tensor_count) + " kv " + str(kv_count))
|
||||
|
Loading…
Reference in New Issue
Block a user