We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b6296 commit b62fec0Copy full SHA for b62fec0
tests/others/test_attention_backends.py
@@ -67,6 +67,7 @@ def _check_if_slices_match(output, expected_slice):
67
img = output.images
68
generated_slice = img.flatten()
69
generated_slice = torch.cat([generated_slice[:8], generated_slice[-8:]])
70
+ print(f"{generated_slice=}")
71
assert torch.allclose(generated_slice, expected_slice, atol=1e-4)
72
73
0 commit comments