We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LOWER_RIGHT
1 parent c68fffe commit 02ceb98Copy full SHA for 02ceb98
1 file changed
tests/test_scaled_dot_product_attention.py
@@ -59,6 +59,9 @@ def _generate_random_size():
59
atol = 0.025
60
rtol = 0.025
61
62
+ if causal_variant == CausalVariant.LOWER_RIGHT and seq_len_q > seq_len_kv:
63
+ continue
64
+
65
arguments.append(
66
(
67
batch_size,
0 commit comments