Skip to content

Commit 4221cbd

Browse files
committed
fix identation
1 parent 540375b commit 4221cbd

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
@@ -248,7 +248,7 @@ def __init__(
248248
precision=precision,
249249
kernel_init=nnx.with_partitioning(
250250
nnx.initializers.xavier_uniform(),
251-
(
251+
(
252252
"mlp",
253253
"embed",
254254
),

0 commit comments

Comments
 (0)