Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 12, 2024
1 parent 6ebd28c commit 3ecd51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/models/layers/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
expansion_ratio=expansion_ratio,
device=device,
bias=not no_bias,
**ffn_config,
ffn_kwargs=ffn_config,
)

if self.fuse_norm_attn_norm:
Expand Down

0 comments on commit 3ecd51e

Please sign in to comment.