We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff54d4 commit 7b11d16Copy full SHA for 7b11d16
1 file changed
src/maxdiffusion/models/ltx2/transformer_ltx2.py
@@ -315,10 +315,7 @@ def __init__(
315
activation_fn=activation_fn,
316
dtype=dtype,
317
weights_dtype=weights_dtype,
318
- net_0_kernel_sharding=self.sharding_specs.net_0_kernel,
319
- net_0_bias_sharding=self.sharding_specs.net_0_bias,
320
- net_2_kernel_sharding=self.sharding_specs.net_2_kernel,
321
- net_2_bias_sharding=self.sharding_specs.net_2_bias,
+ sharding_specs=self.sharding_specs,
322
)
323
324
self.audio_norm3 = nnx.RMSNorm(
0 commit comments