Skip to content
Snippets Groups Projects
Unverified Commit 385a6849 authored by CharlesCNorton's avatar CharlesCNorton Committed by GitHub
Browse files

typo in ModelArgs class docstring.

Changed the word "infered" to "inferred" to fix a spelling mistake.
parent c558247f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment