We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea84281 commit a764e8dCopy full SHA for a764e8d
1 file changed
src/maxdiffusion/tests/ltx2_parity_test.py
@@ -601,6 +601,7 @@ def test_import_parity_comparison_split(self):
601
Verifies that the LTX2VideoTransformer3DModel output matches the PyTorch implementation output
602
exactly (to a high precision) given the same inputs and weights, with rope_type='split'.
603
"""
604
+ print("\n=== Parity Comparison Test (Split) ===")
605
from flax import traverse_util
606
607
parity_file = "ltx2_parity_data_split.pt"
0 commit comments