fix typo in comment
This commit is contained in:
parent
074bea2eb1
commit
4655634627
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def write_header(fout, hparams, ftype):
|
|||
|
||||
keys = ["vocab_size", "dim", "multiple_of", "n_heads", "n_layers"]
|
||||
values = [
|
||||
0x67676d66, # magic: ggml in hex
|
||||
0x67676d66, # magic: ggmf in hex
|
||||
1, # file version
|
||||
*[hparams[key] for key in keys],
|
||||
hparams["dim"] // hparams["n_heads"], # rot (obsolete)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue