Skip to content

Commit 4cac799

Browse files
committed
removed nnx.jit for debug
1 parent f4de267 commit 4cac799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/wan/autoencoder_kl_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ def __init__(
11931193
precision=precision,
11941194
)
11951195

1196-
@nnx.jit
1196+
# @nnx.jit
11971197
def encode(
11981198
self, x: jax.Array, return_dict: bool = True
11991199
) -> Union[FlaxAutoencoderKLOutput, Tuple[FlaxDiagonalGaussianDistribution]]:

0 commit comments

Comments
 (0)