Skip to content

Commit b62fec0

Browse files
committed
up
1 parent c9b6296 commit b62fec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/others/test_attention_backends.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def _check_if_slices_match(output, expected_slice):
6767
img = output.images
6868
generated_slice = img.flatten()
6969
generated_slice = torch.cat([generated_slice[:8], generated_slice[-8:]])
70+
print(f"{generated_slice=}")
7071
assert torch.allclose(generated_slice, expected_slice, atol=1e-4)
7172

7273

0 commit comments

Comments
 (0)