Skip to content

Commit 2809d4e

Browse files
committed
remove conv sharding
1 parent a7711f3 commit 2809d4e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ def __init__(
387387
dtype=dtype,
388388
param_dtype=weights_dtype,
389389
precision=precision,
390-
kernel_init=nnx.with_partitioning(
391-
nnx.initializers.xavier_uniform(),
392-
(None, None, None, None, "conv_out"),
393-
),
394390
)
395391

396392
# 2. Condition embeddings

0 commit comments

Comments
 (0)