Skip to content

Commit

Permalink
Use correct Llama 3.1 and 3.2 context lengths (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 7, 2024
1 parent 3f4992a commit f0a6e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def norm_class(self) -> Type:
dict(
name="Llama-3.1-405B{}",
hf_config=dict(org="meta-llama", name="Meta-Llama-3.1-405B{}"),
block_size=131072,
block_size=8192,
vocab_size=128000,
padded_vocab_size=128256,
n_layer=126,
Expand Down

0 comments on commit f0a6e9d

Please sign in to comment.