Skip to content

Commit

Permalink
Merge pull request #183 from CharlesCNorton/patch-12
Browse files Browse the repository at this point in the history
typo in ModelArgs class docstring.
  • Loading branch information
pandora-s-git authored Jun 18, 2024
2 parents c558247 + 385a684 commit b5ecc69
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 b5ecc69

Please sign in to comment.