Skip to content

Commit c98ae02

Browse files
authored
fix typo in comment (#318)
1 parent c3b2306 commit c98ae02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert-pth-to-ggml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def write_header(fout, hparams, ftype):
6767

6868
keys = ["vocab_size", "dim", "multiple_of", "n_heads", "n_layers"]
6969
values = [
70-
0x67676d66, # magic: ggml in hex
70+
0x67676d66, # magic: ggmf in hex
7171
1, # file version
7272
*[hparams[key] for key in keys],
7373
hparams["dim"] // hparams["n_heads"], # rot (obsolete)

0 commit comments

Comments
 (0)