ArthurZ HF Staff commited on
Commit
a53a50b
·
verified ·
1 Parent(s): ddc8180

Update CircleCI artifacts for PR 34919 (b402505cf3e4)

Browse files
pr-34919/sha-b402505cf3e4/failure_summary.json ADDED
@@ -0,0 +1,687 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
6
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
7
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
8
+ "model_name": "sam2"
9
+ },
10
+ {
11
+ "job_name": "tests_torch",
12
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
13
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
14
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
15
+ "model_name": "sam2"
16
+ },
17
+ {
18
+ "job_name": "tests_torch",
19
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
20
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
21
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
22
+ "model_name": "sam3"
23
+ },
24
+ {
25
+ "job_name": "tests_torch",
26
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
27
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
28
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
29
+ "model_name": "sam3"
30
+ },
31
+ {
32
+ "job_name": "tests_torch",
33
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
34
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
35
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
36
+ "model_name": "sam3"
37
+ },
38
+ {
39
+ "job_name": "tests_torch",
40
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
41
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
42
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
43
+ "model_name": "sam3"
44
+ },
45
+ {
46
+ "job_name": "tests_torch",
47
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
48
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
49
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
50
+ "model_name": "sam3"
51
+ },
52
+ {
53
+ "job_name": "tests_torch",
54
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
55
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
56
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
57
+ "model_name": "sam3"
58
+ },
59
+ {
60
+ "job_name": "tests_torch",
61
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
62
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
63
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
64
+ "model_name": "sam3"
65
+ },
66
+ {
67
+ "job_name": "tests_torch",
68
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
69
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
70
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
71
+ "model_name": "sam3"
72
+ },
73
+ {
74
+ "job_name": "tests_torch",
75
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
76
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
77
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
78
+ "model_name": "sam3"
79
+ },
80
+ {
81
+ "job_name": "tests_torch",
82
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
83
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
84
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
85
+ "model_name": "sam3"
86
+ },
87
+ {
88
+ "job_name": "tests_torch",
89
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
90
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
91
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
92
+ "model_name": "sam3_tracker"
93
+ },
94
+ {
95
+ "job_name": "tests_torch",
96
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
97
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
98
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
99
+ "model_name": "sam3"
100
+ },
101
+ {
102
+ "job_name": "tests_torch",
103
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
104
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
105
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
106
+ "model_name": "sam3_tracker"
107
+ },
108
+ {
109
+ "job_name": "tests_torch",
110
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
111
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
112
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
113
+ "model_name": "sam3_tracker"
114
+ },
115
+ {
116
+ "job_name": "tests_torch",
117
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
118
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
119
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
120
+ "model_name": "sam3"
121
+ },
122
+ {
123
+ "job_name": "tests_torch",
124
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
125
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
126
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
127
+ "model_name": "sam3"
128
+ },
129
+ {
130
+ "job_name": "tests_torch",
131
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
132
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
133
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
134
+ "model_name": "sam3_tracker"
135
+ },
136
+ {
137
+ "job_name": "tests_torch",
138
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
139
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
140
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
141
+ "model_name": "sam3"
142
+ },
143
+ {
144
+ "job_name": "tests_torch",
145
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
146
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
147
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
148
+ "model_name": "sam3_tracker"
149
+ },
150
+ {
151
+ "job_name": "tests_torch",
152
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
153
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
154
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
155
+ "model_name": "sam3"
156
+ },
157
+ {
158
+ "job_name": "tests_torch",
159
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
160
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
161
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
162
+ "model_name": "sam3_tracker"
163
+ },
164
+ {
165
+ "job_name": "tests_torch",
166
+ "test_name": "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
167
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
168
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
169
+ "model_name": "sam3"
170
+ },
171
+ {
172
+ "job_name": "tests_torch",
173
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
174
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
175
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
176
+ "model_name": "sam3_tracker"
177
+ },
178
+ {
179
+ "job_name": "tests_torch",
180
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
181
+ "short_error": "RuntimeError: expected scalar type Half but found Float",
182
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float",
183
+ "model_name": "sam3_tracker"
184
+ },
185
+ {
186
+ "job_name": "tests_torch",
187
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
188
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
189
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
190
+ "model_name": "sam2"
191
+ },
192
+ {
193
+ "job_name": "tests_torch",
194
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
195
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
196
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
197
+ "model_name": "sam3_tracker"
198
+ },
199
+ {
200
+ "job_name": "tests_torch",
201
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
202
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
203
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
204
+ "model_name": "sam2"
205
+ },
206
+ {
207
+ "job_name": "tests_torch",
208
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
209
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
210
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
211
+ "model_name": "sam3_tracker"
212
+ },
213
+ {
214
+ "job_name": "tests_torch",
215
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
216
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
217
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
218
+ "model_name": "sam2"
219
+ },
220
+ {
221
+ "job_name": "tests_torch",
222
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
223
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
224
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
225
+ "model_name": "sam3_tracker"
226
+ },
227
+ {
228
+ "job_name": "tests_torch",
229
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
230
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
231
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
232
+ "model_name": "sam2"
233
+ },
234
+ {
235
+ "job_name": "tests_torch",
236
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
237
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
238
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
239
+ "model_name": "sam3_tracker"
240
+ },
241
+ {
242
+ "job_name": "tests_torch",
243
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
244
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
245
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
246
+ "model_name": "sam2"
247
+ },
248
+ {
249
+ "job_name": "tests_torch",
250
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
251
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
252
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
253
+ "model_name": "sam3_tracker"
254
+ },
255
+ {
256
+ "job_name": "tests_torch",
257
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
258
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
259
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
260
+ "model_name": "sam2"
261
+ },
262
+ {
263
+ "job_name": "tests_torch",
264
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
265
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
266
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
267
+ "model_name": "sam3_tracker"
268
+ },
269
+ {
270
+ "job_name": "tests_torch",
271
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
272
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
273
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
274
+ "model_name": "sam2"
275
+ },
276
+ {
277
+ "job_name": "tests_torch",
278
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
279
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
280
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
281
+ "model_name": "sam3_tracker"
282
+ },
283
+ {
284
+ "job_name": "tests_torch",
285
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
286
+ "short_error": "RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
287
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same",
288
+ "model_name": "sam2"
289
+ },
290
+ {
291
+ "job_name": "tests_torch",
292
+ "test_name": "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
293
+ "short_error": "RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
294
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor",
295
+ "model_name": "sam3_tracker"
296
+ },
297
+ {
298
+ "job_name": "tests_torch",
299
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
300
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
301
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
302
+ "model_name": "sam2"
303
+ },
304
+ {
305
+ "job_name": "tests_torch",
306
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
307
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
308
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
309
+ "model_name": "sam2"
310
+ },
311
+ {
312
+ "job_name": "tests_torch",
313
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
314
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
315
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
316
+ "model_name": "sam2"
317
+ },
318
+ {
319
+ "job_name": "tests_torch",
320
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
321
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
322
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
323
+ "model_name": "sam2"
324
+ },
325
+ {
326
+ "job_name": "tests_torch",
327
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
328
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
329
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
330
+ "model_name": "sam2"
331
+ },
332
+ {
333
+ "job_name": "tests_torch",
334
+ "test_name": "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
335
+ "short_error": "RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
336
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same",
337
+ "model_name": "sam2"
338
+ },
339
+ {
340
+ "job_name": "tests_torch",
341
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
342
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
343
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
344
+ "model_name": "edgetam"
345
+ },
346
+ {
347
+ "job_name": "tests_torch",
348
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
349
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
350
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
351
+ "model_name": "edgetam"
352
+ },
353
+ {
354
+ "job_name": "tests_torch",
355
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
356
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
357
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
358
+ "model_name": "edgetam"
359
+ },
360
+ {
361
+ "job_name": "tests_torch",
362
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
363
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
364
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
365
+ "model_name": "edgetam"
366
+ },
367
+ {
368
+ "job_name": "tests_torch",
369
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
370
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
371
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
372
+ "model_name": "edgetam"
373
+ },
374
+ {
375
+ "job_name": "tests_torch",
376
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
377
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
378
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
379
+ "model_name": "edgetam"
380
+ },
381
+ {
382
+ "job_name": "tests_torch",
383
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
384
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
385
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
386
+ "model_name": "edgetam"
387
+ },
388
+ {
389
+ "job_name": "tests_torch",
390
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
391
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
392
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same",
393
+ "model_name": "edgetam"
394
+ },
395
+ {
396
+ "job_name": "tests_torch",
397
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
398
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
399
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
400
+ "model_name": "edgetam"
401
+ },
402
+ {
403
+ "job_name": "tests_torch",
404
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
405
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
406
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
407
+ "model_name": "edgetam"
408
+ },
409
+ {
410
+ "job_name": "tests_torch",
411
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
412
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
413
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
414
+ "model_name": "edgetam"
415
+ },
416
+ {
417
+ "job_name": "tests_torch",
418
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
419
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
420
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
421
+ "model_name": "edgetam"
422
+ },
423
+ {
424
+ "job_name": "tests_torch",
425
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
426
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
427
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
428
+ "model_name": "edgetam"
429
+ },
430
+ {
431
+ "job_name": "tests_torch",
432
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
433
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
434
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
435
+ "model_name": "edgetam"
436
+ },
437
+ {
438
+ "job_name": "tests_torch",
439
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
440
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
441
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
442
+ "model_name": "edgetam"
443
+ },
444
+ {
445
+ "job_name": "tests_torch",
446
+ "test_name": "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
447
+ "short_error": "RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
448
+ "error": "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
449
+ "model_name": "edgetam"
450
+ },
451
+ {
452
+ "job_name": "tests_non_model",
453
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_warning_for_beta_gamma_parameters",
454
+ "short_error": "AttributeError: 'str' object has no attribute 'is_floating_point'",
455
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py:1482: AttributeError: 'str' object has no attribute 'is_floating_point'",
456
+ "model_name": null
457
+ }
458
+ ],
459
+ "by_test": {
460
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference": {
461
+ "count": 16,
462
+ "errors": {
463
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same": 8,
464
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same": 8
465
+ },
466
+ "jobs": [
467
+ "tests_torch"
468
+ ],
469
+ "variants": [
470
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
471
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
472
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
473
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
474
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
475
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
476
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
477
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
478
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
479
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
480
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
481
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
482
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
483
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
484
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
485
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
486
+ ]
487
+ },
488
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference": {
489
+ "count": 16,
490
+ "errors": {
491
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float": 8,
492
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor": 8
493
+ },
494
+ "jobs": [
495
+ "tests_torch"
496
+ ],
497
+ "variants": [
498
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
499
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
500
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
501
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
502
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
503
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
504
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
505
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
506
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
507
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
508
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
509
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
510
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
511
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
512
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
513
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
514
+ ]
515
+ },
516
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference": {
517
+ "count": 16,
518
+ "errors": {
519
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float": 8,
520
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor": 8
521
+ },
522
+ "jobs": [
523
+ "tests_torch"
524
+ ],
525
+ "variants": [
526
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
527
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
528
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
529
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
530
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
531
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
532
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
533
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
534
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
535
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
536
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
537
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
538
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
539
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
540
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
541
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
542
+ ]
543
+ },
544
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference": {
545
+ "count": 16,
546
+ "errors": {
547
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same": 8,
548
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same": 8
549
+ },
550
+ "jobs": [
551
+ "tests_torch"
552
+ ],
553
+ "variants": [
554
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
555
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
556
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
557
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
558
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
559
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
560
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
561
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
562
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
563
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
564
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
565
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
566
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
567
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
568
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
569
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
570
+ ]
571
+ },
572
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_warning_for_beta_gamma_parameters": {
573
+ "count": 1,
574
+ "errors": {
575
+ "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py:1482: AttributeError: 'str' object has no attribute 'is_floating_point'": 1
576
+ },
577
+ "jobs": [
578
+ "tests_non_model"
579
+ ],
580
+ "variants": [
581
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_warning_for_beta_gamma_parameters"
582
+ ]
583
+ }
584
+ },
585
+ "by_model": {
586
+ "sam2": {
587
+ "count": 16,
588
+ "errors": {
589
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same": 8,
590
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (c10::Half) and bias type (float) should be the same": 8
591
+ },
592
+ "tests": [
593
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
594
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
595
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
596
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
597
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
598
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
599
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
600
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
601
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
602
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
603
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
604
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
605
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
606
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
607
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
608
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
609
+ ]
610
+ },
611
+ "sam3": {
612
+ "count": 16,
613
+ "errors": {
614
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float": 8,
615
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor": 8
616
+ },
617
+ "tests": [
618
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
619
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
620
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
621
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
622
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
623
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
624
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
625
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
626
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
627
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
628
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
629
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
630
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
631
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
632
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
633
+ "tests/models/sam3/test_modeling_sam3.py::Sam3ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
634
+ ]
635
+ },
636
+ "sam3_tracker": {
637
+ "count": 16,
638
+ "errors": {
639
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: expected scalar type Half but found Float": 8,
640
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (CPUBFloat16Type) and weight type (torch.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor": 8
641
+ },
642
+ "tests": [
643
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
644
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
645
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
646
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
647
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
648
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
649
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
650
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
651
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
652
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
653
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
654
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
655
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
656
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
657
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
658
+ "tests/models/sam3_tracker/test_modeling_sam3_tracker.py::Sam3TrackerModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
659
+ ]
660
+ },
661
+ "edgetam": {
662
+ "count": 16,
663
+ "errors": {
664
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::Half) should be the same": 8,
665
+ "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py:543: RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same": 8
666
+ },
667
+ "tests": [
668
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
669
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
670
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
671
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
672
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
673
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
674
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
675
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
676
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
677
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
678
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
679
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
680
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
681
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
682
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
683
+ "tests/models/edgetam/test_modeling_edgetam.py::EdgeTamModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask"
684
+ ]
685
+ }
686
+ }
687
+ }