Skip to content

Commit 7623498

Browse files
committed
remove conv_out sharding.
1 parent c0a62dc commit 7623498

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ def __init__(
424424
dtype=dtype,
425425
param_dtype=weights_dtype,
426426
precision=precision,
427-
kernel_init=nnx.with_partitioning(
428-
nnx.initializers.xavier_uniform(),
429-
(None, None, None, None, "conv_out"),
430-
),
431427
)
432428

433429
# 2. Condition embeddings

0 commit comments

Comments
 (0)