Skip to content

Commit

Permalink
Update litgpt/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 7, 2024
1 parent 2812717 commit 733dfa0
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 @@ -900,7 +900,7 @@ def norm_class(self) -> Type:
dict(
name="Llama-3-70B{}",
hf_config=dict(org="meta-llama", name="Meta-Llama-3-70B{}"),
block_size=131072,
block_size=8192,
vocab_size=128000,
padded_vocab_size=128256,
n_layer=80,
Expand Down

0 comments on commit 733dfa0

Please sign in to comment.