Skip to content

Commit 039ceb3

Browse files
committed
fix lint issues
1 parent aca8691 commit 039ceb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/wan/transformers/transformer_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def __init__(
249249
kernel_init=nnx.with_partitioning(
250250
nnx.initializers.xavier_uniform(),
251251
(
252-
"mlp",
252+
"mlp",
253253
"embed",
254254
),
255255
),

0 commit comments

Comments
 (0)