Skip to content

Commit 60f4c7b

Browse files
committed
fix typo
1 parent 2300056 commit 60f4c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/attention_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class FlaxGEGLU(nn.Module):
247247
Flax implementation of a Linear layer followed by the variant of the gated linear unit activation function from
248248
https://arxiv.org/abs/2002.05202.
249249
250-
arameters:
250+
Parameters:
251251
dim (:obj:`int`):
252252
Input hidden states dimension
253253
dropout (:obj:`float`, *optional*, defaults to 0.0):

0 commit comments

Comments
 (0)