Skip to content

Commit 738f50d

Browse files
committed
temporarily add print.
1 parent 95a7e0f commit 738f50d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lora/test_lora_layers_hunyuanvideo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ def test_original_format_cseti(self):
248248
).frames[0]
249249
out = out.flatten()
250250
out_slice = np.concatenate((out[:8], out[-8:]))
251+
from diffusers.utils.testing_utils import print_tensor_test
252+
print_tensor_test(out_slice)
251253
# fmt: off
252254
expected_slice = np.array([0.1013, 0.1924, 0.0078, 0.1021, 0.1929, 0.0078, 0.1023, 0.1919, 0.7402, 0.104, 0.4482, 0.7354, 0.0925, 0.4382, 0.7275, 0.0815])
253255
# fmt: on

0 commit comments

Comments
 (0)