ArthurZ HF Staff commited on
Commit
02b14f5
·
verified ·
1 Parent(s): 7f70a97

Update CircleCI artifacts for PR 42513 (264fb4871b54)

Browse files
pr-42513/sha-264fb4871b54/failure_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes",
6
+ "short_error": "AssertionError: 0.116752028465271 not less than or equal to 0.1 : Issue with classifier.1.bias",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.116752028465271 not less than or equal to 0.1 : Issue with classifier.1.bias",
8
+ "model_name": "regnet"
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.116752028465271 not less than or equal to 0.1 : Issue with classifier.1.bias": 1
16
+ },
17
+ "jobs": [
18
+ "tests_torch"
19
+ ],
20
+ "variants": [
21
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {
26
+ "regnet": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.116752028465271 not less than or equal to 0.1 : Issue with classifier.1.bias": 1
30
+ },
31
+ "tests": [
32
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes"
33
+ ]
34
+ }
35
+ }
36
+ }