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 3ecd51e commit ce04066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/models/layers/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def __init__(
super().__init__()

self.ffn = build_ffn(
name=ffn_config['ffn_type'],
d_model=d_model,
expansion_ratio=expansion_ratio,
device=device,
Expand Down

0 comments on commit ce04066

Please sign in to comment.