Skip to content

Commit

Permalink
nit: default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bclavie committed May 16, 2024
1 parent 00f0a56 commit ce291d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bert_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class BertGatedLinearUnitMLP(nn.Module):
def __init__(
self,
config,
use_rmsnorm,
use_rmsnorm: bool = True,
use_silu: bool = True,
):
super().__init__()
Expand Down

0 comments on commit ce291d4

Please sign in to comment.