We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e57c2e commit aa526b1Copy full SHA for aa526b1
1 file changed
src/maxdiffusion/models/ltx2/transformer_ltx2.py
@@ -54,10 +54,7 @@ def __init__(
54
use_additional_conditions=use_additional_conditions,
55
dtype=dtype,
56
weights_dtype=weights_dtype,
57
- linear_1_kernel_sharding=sharding_specs.net_0_kernel,
58
- linear_1_bias_sharding=sharding_specs.net_0_bias,
59
- linear_2_kernel_sharding=sharding_specs.net_2_kernel,
60
- linear_2_bias_sharding=sharding_specs.net_2_bias,
+ sharding_specs=sharding_specs,
61
)
62
self.silu = nnx.silu
63
self.linear = nnx.Linear(
0 commit comments