We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b2306 commit c98ae02Copy full SHA for c98ae02
convert-pth-to-ggml.py
@@ -67,7 +67,7 @@ def write_header(fout, hparams, ftype):
67
68
keys = ["vocab_size", "dim", "multiple_of", "n_heads", "n_layers"]
69
values = [
70
- 0x67676d66, # magic: ggml in hex
+ 0x67676d66, # magic: ggmf in hex
71
1, # file version
72
*[hparams[key] for key in keys],
73
hparams["dim"] // hparams["n_heads"], # rot (obsolete)
0 commit comments