Skip to content

Commit 8cdf771

Browse files
committed
use_real correction
1 parent 173e13f commit 8cdf771

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/maxdiffusion/models/wan/transformers/transformer_wan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ def init_block(rngs):
515515
precision=precision,
516516
attention=attention,
517517
dropout=dropout,
518-
use_real=False,
519518
)
520519

521520
self.gradient_checkpoint = GradientCheckpointType.from_str(remat_policy)
@@ -544,7 +543,6 @@ def init_block(rngs):
544543
precision=precision,
545544
attention=attention,
546545
enable_jax_named_scopes=enable_jax_named_scopes,
547-
use_real=False,
548546
)
549547
blocks.append(block)
550548
self.blocks = blocks

0 commit comments

Comments
 (0)