Skip to content

Commit 98472ad

Browse files
author
Muhammed Hasan Celik
committed
bug fix test
1 parent 5c65f82 commit 98472ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grelu/model/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def __init__(
719719
device=None,
720720
) -> None:
721721
super().__init__()
722-
self.norm = Norm("layer", in_len, **norm_kwargs)
722+
self.norm = Norm("layer", in_len, **(norm_kwargs or dict()))
723723

724724
if flash_attn:
725725
if (

0 commit comments

Comments
 (0)