ArthurZ HF Staff commited on
Commit
fca9557
·
verified ·
1 Parent(s): 76a4328

Update CircleCI artifacts for PR 41541 (4ef5d9324a42)

Browse files
pr-41541/sha-4ef5d9324a42/failure_summary.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_model",
6
+ "short_error": "AttributeError: 'ChineseCLIPTextConfig' object has no attribute 'eos_token_id'. Did you mean: 'bos_token_id'?",
7
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'ChineseCLIPTextConfig' object has no attribute 'eos_token_id'. Did you mean: 'bos_token_id'?",
8
+ "model_name": "chinese_clip"
9
+ },
10
+ {
11
+ "job_name": "tests_non_model",
12
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_missing_if_both_absent",
13
+ "short_error": "AssertionError: Parameter containing:",
14
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:",
15
+ "model_name": null
16
+ },
17
+ {
18
+ "job_name": "tests_non_model",
19
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_not_tied_if_both_present",
20
+ "short_error": "AssertionError: Parameter containing:",
21
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:",
22
+ "model_name": null
23
+ },
24
+ {
25
+ "job_name": "tests_non_model",
26
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically",
27
+ "short_error": "AssertionError: Parameter containing:",
28
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:",
29
+ "model_name": null
30
+ },
31
+ {
32
+ "job_name": "tests_non_model",
33
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically_multiple_keys",
34
+ "short_error": "AssertionError: Parameter containing:",
35
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:",
36
+ "model_name": null
37
+ },
38
+ {
39
+ "job_name": "tests_non_model",
40
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_reload",
41
+ "short_error": "AssertionError: Parameter containing:",
42
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:",
43
+ "model_name": null
44
+ },
45
+ {
46
+ "job_name": "tests_non_model",
47
+ "test_name": "tests/utils/test_configuration_utils.py::ConfigTestUtils::test_config_common_kwargs_is_complete",
48
+ "short_error": "AssertionError: Lists differ: ['_ou[14 chars]s', 'is_encoder_decoder', '_name_or_path', '_c[64 chars]ion'] != ['_ou[14 chars]s', 'tie_word_embeddings', 'is_encoder_decoder[87 chars]ion']",
49
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Lists differ: ['_ou[14 chars]s', 'is_encoder_decoder', '_name_or_path', '_c[64 chars]ion'] != ['_ou[14 chars]s', 'tie_word_embeddings', 'is_encoder_decoder[87 chars]ion']",
50
+ "model_name": null
51
+ },
52
+ {
53
+ "job_name": "tests_generate",
54
+ "test_name": "tests/models/ernie4_5_vl_moe/test_modeling_ernie4_5_vl_moe.py::Ernie4_5_VL_MoeModelTest::test_generate_without_input_ids",
55
+ "short_error": "AttributeError: 'Ernie4_5_VL_MoeTextConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?",
56
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'Ernie4_5_VL_MoeTextConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?",
57
+ "model_name": "ernie4_5_vl_moe"
58
+ },
59
+ {
60
+ "job_name": "tests_generate",
61
+ "test_name": "tests/models/afmoe/test_modeling_afmoe.py::AfmoeModelTest::test_generate_without_input_ids",
62
+ "short_error": "AttributeError: 'AfmoeConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?",
63
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'AfmoeConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?",
64
+ "model_name": "afmoe"
65
+ }
66
+ ],
67
+ "by_test": {
68
+ "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_model": {
69
+ "count": 1,
70
+ "errors": {
71
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'ChineseCLIPTextConfig' object has no attribute 'eos_token_id'. Did you mean: 'bos_token_id'?": 1
72
+ },
73
+ "jobs": [
74
+ "tests_torch"
75
+ ],
76
+ "variants": [
77
+ "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_model"
78
+ ]
79
+ },
80
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_missing_if_both_absent": {
81
+ "count": 1,
82
+ "errors": {
83
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:": 1
84
+ },
85
+ "jobs": [
86
+ "tests_non_model"
87
+ ],
88
+ "variants": [
89
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_missing_if_both_absent"
90
+ ]
91
+ },
92
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_not_tied_if_both_present": {
93
+ "count": 1,
94
+ "errors": {
95
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:": 1
96
+ },
97
+ "jobs": [
98
+ "tests_non_model"
99
+ ],
100
+ "variants": [
101
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_are_not_tied_if_both_present"
102
+ ]
103
+ },
104
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically": {
105
+ "count": 1,
106
+ "errors": {
107
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:": 1
108
+ },
109
+ "jobs": [
110
+ "tests_non_model"
111
+ ],
112
+ "variants": [
113
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically"
114
+ ]
115
+ },
116
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically_multiple_keys": {
117
+ "count": 1,
118
+ "errors": {
119
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:": 1
120
+ },
121
+ "jobs": [
122
+ "tests_non_model"
123
+ ],
124
+ "variants": [
125
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_can_load_symmetrically_multiple_keys"
126
+ ]
127
+ },
128
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_reload": {
129
+ "count": 1,
130
+ "errors": {
131
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Parameter containing:": 1
132
+ },
133
+ "jobs": [
134
+ "tests_non_model"
135
+ ],
136
+ "variants": [
137
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_tied_weights_reload"
138
+ ]
139
+ },
140
+ "tests/utils/test_configuration_utils.py::ConfigTestUtils::test_config_common_kwargs_is_complete": {
141
+ "count": 1,
142
+ "errors": {
143
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Lists differ: ['_ou[14 chars]s', 'is_encoder_decoder', '_name_or_path', '_c[64 chars]ion'] != ['_ou[14 chars]s', 'tie_word_embeddings', 'is_encoder_decoder[87 chars]ion']": 1
144
+ },
145
+ "jobs": [
146
+ "tests_non_model"
147
+ ],
148
+ "variants": [
149
+ "tests/utils/test_configuration_utils.py::ConfigTestUtils::test_config_common_kwargs_is_complete"
150
+ ]
151
+ },
152
+ "tests/models/ernie4_5_vl_moe/test_modeling_ernie4_5_vl_moe.py::Ernie4_5_VL_MoeModelTest::test_generate_without_input_ids": {
153
+ "count": 1,
154
+ "errors": {
155
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'Ernie4_5_VL_MoeTextConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?": 1
156
+ },
157
+ "jobs": [
158
+ "tests_generate"
159
+ ],
160
+ "variants": [
161
+ "tests/models/ernie4_5_vl_moe/test_modeling_ernie4_5_vl_moe.py::Ernie4_5_VL_MoeModelTest::test_generate_without_input_ids"
162
+ ]
163
+ },
164
+ "tests/models/afmoe/test_modeling_afmoe.py::AfmoeModelTest::test_generate_without_input_ids": {
165
+ "count": 1,
166
+ "errors": {
167
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'AfmoeConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?": 1
168
+ },
169
+ "jobs": [
170
+ "tests_generate"
171
+ ],
172
+ "variants": [
173
+ "tests/models/afmoe/test_modeling_afmoe.py::AfmoeModelTest::test_generate_without_input_ids"
174
+ ]
175
+ }
176
+ },
177
+ "by_model": {
178
+ "chinese_clip": {
179
+ "count": 1,
180
+ "errors": {
181
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'ChineseCLIPTextConfig' object has no attribute 'eos_token_id'. Did you mean: 'bos_token_id'?": 1
182
+ },
183
+ "tests": [
184
+ "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_model"
185
+ ]
186
+ },
187
+ "ernie4_5_vl_moe": {
188
+ "count": 1,
189
+ "errors": {
190
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'Ernie4_5_VL_MoeTextConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?": 1
191
+ },
192
+ "tests": [
193
+ "tests/models/ernie4_5_vl_moe/test_modeling_ernie4_5_vl_moe.py::Ernie4_5_VL_MoeModelTest::test_generate_without_input_ids"
194
+ ]
195
+ },
196
+ "afmoe": {
197
+ "count": 1,
198
+ "errors": {
199
+ "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py:165: AttributeError: 'AfmoeConfig' object has no attribute 'bos_token_id'. Did you mean: 'eos_token_id'?": 1
200
+ },
201
+ "tests": [
202
+ "tests/models/afmoe/test_modeling_afmoe.py::AfmoeModelTest::test_generate_without_input_ids"
203
+ ]
204
+ }
205
+ }
206
+ }