Skip to content

Commit

Permalink
Falcon3: minor fix on config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ysjprojects committed Dec 22, 2024
1 parent 33ad8af commit 307e4b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions litgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ def norm_class(self) -> Type:
n_query_groups=4,
n_embd=2048,
rotary_percentage=1.0,
parallel_residual=False,
rope_base=1000042,
norm_eps=1e-6,
bias=False,
Expand All @@ -473,6 +474,7 @@ def norm_class(self) -> Type:
n_query_groups=4,
n_embd=3072,
rotary_percentage=1.0,
parallel_residual=False,
rope_base=1000042,
norm_eps=1e-6,
bias=False,
Expand All @@ -492,6 +494,7 @@ def norm_class(self) -> Type:
n_query_groups=4,
n_embd=3072,
rotary_percentage=1.0,
parallel_residual=False,
rope_base=1000042,
norm_eps=1e-6,
bias=False,
Expand All @@ -511,6 +514,7 @@ def norm_class(self) -> Type:
n_query_groups=4,
n_embd=3072,
rotary_percentage=1.0,
parallel_residual=False,
rope_base=1000042,
norm_eps=1e-6,
bias=False,
Expand Down

0 comments on commit 307e4b4

Please sign in to comment.