Skip to content

Commit 83175e9

Browse files
committed
update
1 parent e68f450 commit 83175e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_modeling_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4020,6 +4020,7 @@ def get_mean_reldiff(failcase, x, ref, atol, rtol):
40204020
can_output_attn = "output_attentions" in inspect.signature(model_sdpa.forward).parameters
40214021
if not (self.has_attentions and can_output_attn) and output_attentions:
40224022
continue
4023+
# TODO: if we can also check with `batch_size=1` without being flaky?
40234024
for batch_size in [7]:
40244025
dummy_input = inputs_dict[model.main_input_name]
40254026

0 commit comments

Comments
 (0)