ArthurZ HF Staff commited on
Commit
6deb8eb
·
verified ·
1 Parent(s): a7e7b74

Update CircleCI artifacts for PR 42101 (14a5070846c2)

Browse files
pr-42101/sha-14a5070846c2/failure_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/timm_backbone/test_modeling_timm_backbone.py::TimmBackboneModelTest::test_batching_equivalence",
6
+ "short_error": "AssertionError: Batched and Single row outputs are not equal in TimmBackbone for key=hidden_states.",
7
+ "error": "/root/project/tests/test_modeling_common.py:1465: AssertionError: Batched and Single row outputs are not equal in TimmBackbone for key=hidden_states.",
8
+ "model_name": "timm_backbone"
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/models/timm_backbone/test_modeling_timm_backbone.py::TimmBackboneModelTest::test_batching_equivalence": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/root/project/tests/test_modeling_common.py:1465: AssertionError: Batched and Single row outputs are not equal in TimmBackbone for key=hidden_states.": 1
16
+ },
17
+ "jobs": [
18
+ "tests_torch"
19
+ ],
20
+ "variants": [
21
+ "tests/models/timm_backbone/test_modeling_timm_backbone.py::TimmBackboneModelTest::test_batching_equivalence"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {
26
+ "timm_backbone": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/root/project/tests/test_modeling_common.py:1465: AssertionError: Batched and Single row outputs are not equal in TimmBackbone for key=hidden_states.": 1
30
+ },
31
+ "tests": [
32
+ "tests/models/timm_backbone/test_modeling_timm_backbone.py::TimmBackboneModelTest::test_batching_equivalence"
33
+ ]
34
+ }
35
+ }
36
+ }