Skip to content

Commit 2e66e3c

Browse files
committed
sharding attempt
1 parent 2b0a783 commit 2e66e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/transformer_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
use_bias=True,
5858
dtype=dtype,
5959
param_dtype=weights_dtype,
60-
kernel_init=nnx.with_partitioning(nnx.initializers.zeros, ("embed", "embed")),
60+
kernel_init=nnx.with_partitioning(nnx.initializers.zeros, (None, "embed")),
6161
bias_init=nnx.with_partitioning(nnx.initializers.zeros, ("embed",)),
6262
)
6363

0 commit comments

Comments
 (0)