Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_scaled_dot_product_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def _generate_random_size():
atol = 0.025
rtol = 0.025

if causal_variant == CausalVariant.LOWER_RIGHT and seq_len_q > seq_len_kv:
continue

arguments.append(
(
batch_size,
Expand Down