Skip to content

Commit

Permalink
Merge branch 'main' into evaluate-example
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 24, 2024
2 parents 4cabfc3 + a77d8f9 commit 738b800
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 @@ -1010,7 +1010,7 @@ def norm_class(self) -> Type:
dict(
name="Llama-3.1-Nemotron-70B-Instruct-HF",
hf_config=dict(org="nvidia", name="Llama-3.1-Nemotron-70B-Instruct-HF"),
block_size=400,
block_size=131072,
vocab_size=128000,
padded_vocab_size=128256,
n_layer=80,
Expand Down

0 comments on commit 738b800

Please sign in to comment.