hf-transformers-bot commited on
Commit
9bdf35a
·
verified ·
1 Parent(s): 00fc8b2

Upload 2026-02-03/runs/28107-21637478192/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2026-02-03/runs/28107-21637478192/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_auto": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 0,
7
+ "multi": 0
8
+ },
9
+ "Tokenizers": {
10
+ "unclassified": 0,
11
+ "single": 1,
12
+ "multi": 1
13
+ },
14
+ "Pipelines": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Trainer": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "ONNX": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Auto": {
30
+ "unclassified": 0,
31
+ "single": 0,
32
+ "multi": 0
33
+ },
34
+ "Quantization": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Unclassified": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ }
44
+ },
45
+ "errors": 0,
46
+ "success": 234,
47
+ "skipped": 14,
48
+ "time_spent": [
49
+ 82.24,
50
+ 86.91
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_from_pretrained_dynamic_tokenizer",
57
+ "trace": "(line 163) AssertionError: ValueError not raised"
58
+ }
59
+ ],
60
+ "single": [
61
+ {
62
+ "line": "tests/models/auto/test_tokenization_auto.py::AutoTokenizerTest::test_from_pretrained_dynamic_tokenizer",
63
+ "trace": "(line 163) AssertionError: ValueError not raised"
64
+ }
65
+ ]
66
+ },
67
+ "job_link": {
68
+ "multi": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062280",
69
+ "single": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062248"
70
+ },
71
+ "captured_info": {}
72
+ },
73
+ "models_dab_detr": {
74
+ "failed": {
75
+ "PyTorch": {
76
+ "unclassified": 0,
77
+ "single": 2,
78
+ "multi": 3
79
+ },
80
+ "Tokenizers": {
81
+ "unclassified": 0,
82
+ "single": 0,
83
+ "multi": 0
84
+ },
85
+ "Pipelines": {
86
+ "unclassified": 0,
87
+ "single": 0,
88
+ "multi": 0
89
+ },
90
+ "Trainer": {
91
+ "unclassified": 0,
92
+ "single": 0,
93
+ "multi": 0
94
+ },
95
+ "ONNX": {
96
+ "unclassified": 0,
97
+ "single": 0,
98
+ "multi": 0
99
+ },
100
+ "Auto": {
101
+ "unclassified": 0,
102
+ "single": 0,
103
+ "multi": 0
104
+ },
105
+ "Quantization": {
106
+ "unclassified": 0,
107
+ "single": 0,
108
+ "multi": 0
109
+ },
110
+ "Unclassified": {
111
+ "unclassified": 0,
112
+ "single": 0,
113
+ "multi": 0
114
+ }
115
+ },
116
+ "errors": 0,
117
+ "success": 148,
118
+ "skipped": 241,
119
+ "time_spent": [
120
+ 61.24,
121
+ 62.55
122
+ ],
123
+ "error": false,
124
+ "failures": {
125
+ "single": [
126
+ {
127
+ "line": "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelIntegrationTests::test_inference_no_head",
128
+ "trace": "(line 775) AssertionError: Tensor-likes are not close!"
129
+ },
130
+ {
131
+ "line": "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelIntegrationTests::test_inference_object_detection_head",
132
+ "trace": "(line 798) AssertionError: Tensor-likes are not close!"
133
+ }
134
+ ],
135
+ "multi": [
136
+ {
137
+ "line": "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelTest::test_model_parallelism",
138
+ "trace": "(line 1086) RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:1 and cuda:0!"
139
+ },
140
+ {
141
+ "line": "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelIntegrationTests::test_inference_no_head",
142
+ "trace": "(line 775) AssertionError: Tensor-likes are not close!"
143
+ },
144
+ {
145
+ "line": "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelIntegrationTests::test_inference_object_detection_head",
146
+ "trace": "(line 798) AssertionError: Tensor-likes are not close!"
147
+ }
148
+ ]
149
+ },
150
+ "job_link": {
151
+ "single": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062193",
152
+ "multi": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062273"
153
+ },
154
+ "captured_info": {
155
+ "single": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062193#step:16:1",
156
+ "multi": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062273#step:16:1"
157
+ }
158
+ },
159
+ "models_rt_detr": {
160
+ "failed": {
161
+ "PyTorch": {
162
+ "unclassified": 0,
163
+ "single": 1,
164
+ "multi": 1
165
+ },
166
+ "Tokenizers": {
167
+ "unclassified": 0,
168
+ "single": 0,
169
+ "multi": 0
170
+ },
171
+ "Pipelines": {
172
+ "unclassified": 0,
173
+ "single": 0,
174
+ "multi": 0
175
+ },
176
+ "Trainer": {
177
+ "unclassified": 0,
178
+ "single": 0,
179
+ "multi": 0
180
+ },
181
+ "ONNX": {
182
+ "unclassified": 0,
183
+ "single": 0,
184
+ "multi": 0
185
+ },
186
+ "Auto": {
187
+ "unclassified": 0,
188
+ "single": 0,
189
+ "multi": 0
190
+ },
191
+ "Quantization": {
192
+ "unclassified": 0,
193
+ "single": 0,
194
+ "multi": 0
195
+ },
196
+ "Unclassified": {
197
+ "unclassified": 0,
198
+ "single": 0,
199
+ "multi": 0
200
+ }
201
+ },
202
+ "errors": 0,
203
+ "success": 288,
204
+ "skipped": 186,
205
+ "time_spent": [
206
+ 100.64,
207
+ 103.55
208
+ ],
209
+ "error": false,
210
+ "failures": {
211
+ "single": [
212
+ {
213
+ "line": "tests/models/rt_detr/test_modeling_rt_detr.py::RTDetrModelIntegrationTest::test_inference_object_detection_head",
214
+ "trace": "(line 749) AssertionError: Tensor-likes are not close!"
215
+ }
216
+ ],
217
+ "multi": [
218
+ {
219
+ "line": "tests/models/rt_detr/test_modeling_rt_detr.py::RTDetrModelIntegrationTest::test_inference_object_detection_head",
220
+ "trace": "(line 749) AssertionError: Tensor-likes are not close!"
221
+ }
222
+ ]
223
+ },
224
+ "job_link": {
225
+ "single": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062183",
226
+ "multi": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062253"
227
+ },
228
+ "captured_info": {
229
+ "single": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062183#step:16:1",
230
+ "multi": "https://github.com/huggingface/transformers/actions/runs/21637478192/job/62368062253#step:16:1"
231
+ }
232
+ }
233
+ }