We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0a783 commit 2e66e3cCopy full SHA for 2e66e3c
1 file changed
src/maxdiffusion/models/ltx2/transformer_ltx2.py
@@ -57,7 +57,7 @@ def __init__(
57
use_bias=True,
58
dtype=dtype,
59
param_dtype=weights_dtype,
60
- kernel_init=nnx.with_partitioning(nnx.initializers.zeros, ("embed", "embed")),
+ kernel_init=nnx.with_partitioning(nnx.initializers.zeros, (None, "embed")),
61
bias_init=nnx.with_partitioning(nnx.initializers.zeros, ("embed",)),
62
)
63
0 commit comments