Skip to content

Commit

Permalink
context size
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Apr 19, 2024
1 parent b7defe4 commit 8eb4e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ def norm_class(self) -> Type:
dict(
name="Llama-3-8B{}",
hf_config=dict(org="meta-llama", name="Meta-Llama-3-8B{}"),
block_size=8192,
vocab_size=128256,
padding_multiple=64,
n_layer=32,
Expand All @@ -863,6 +864,7 @@ def norm_class(self) -> Type:
dict(
name="Llama-3-70B{}",
hf_config=dict(org="meta-llama", name="Meta-Llama-3-70B{}"),
block_size=8192,
vocab_size=128256,
padding_multiple=64,
n_layer=80,
Expand Down

0 comments on commit 8eb4e11

Please sign in to comment.