Skip to content

Commit

Permalink
typo in ModelArgs class docstring.
Browse files Browse the repository at this point in the history
Changed the word "infered" to "inferred" to fix a spelling mistake.
  • Loading branch information
CharlesCNorton authored Jun 18, 2024
1 parent c558247 commit 385a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_file_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ModelArgs(Serializable):
norm_eps: float
vocab_size: int

# For rotary embeddings. If not set, will be infered
# For rotary embeddings. If not set, will be inferred
rope_theta: Optional[float] = None

max_seq_len: int = 16384
Expand Down

0 comments on commit 385a684

Please sign in to comment.