Skip to content

Commit 17c2903

Browse files
committed
transformwe weight loading fix
1 parent 6b6688f commit 17c2903

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/maxdiffusion/models/ltx2/attention_ltx2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,6 @@ def __init__(
437437
rngs=rngs,
438438
dtype=dtype,
439439
)
440-
else:
441-
self.to_gate_logits = None
442440

443441
self.attention_op = NNXAttentionOp(
444442
mesh=mesh,

0 commit comments

Comments
 (0)