We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0748b7 commit efd890fCopy full SHA for efd890f
1 file changed
src/maxdiffusion/tests/wan_animate/test_transformer_wan_animate.py
@@ -20,8 +20,6 @@
20
import jax.numpy as jnp
21
from flax import nnx
22
23
-# Import from the codebase
24
-# Make sure to set Python path or import correctly
25
from maxdiffusion.models.wan.transformers.transformer_wan_animate import (
26
FlaxMotionConv2d,
27
FlaxMotionLinear,
@@ -506,7 +504,7 @@ def test_equivalence_face_encoder(self):
506
504
pt_out.numpy(),
507
505
np.array(jax_out),
508
rtol=1e-3,
509
- atol=5e-3, # Slightly higher tolerance for convolutions
+ atol=1e-2, # Slightly higher tolerance for convolutions
510
)
511
512
def test_equivalence_face_block_cross_attention(self):
0 commit comments