ArthurZ HF Staff commited on
Commit
d4672ce
·
verified ·
1 Parent(s): 057ff23

Update CircleCI artifacts for PR 42613 (946c2dc3c3df)

Browse files
pr-42613/sha-946c2dc3c3df/failure_summary.json ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/wav2vec2/test_modeling_wav2vec2.py::Wav2Vec2RobustModelTest::test_load_attn_adapter",
6
+ "short_error": "AssertionError: Tensor-likes are not close!",
7
+ "error": "/root/project/tests/models/wav2vec2/test_modeling_wav2vec2.py:1057: AssertionError: Tensor-likes are not close!",
8
+ "model_name": "wav2vec2"
9
+ },
10
+ {
11
+ "job_name": "tests_torch",
12
+ "test_name": "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load",
13
+ "short_error": "AssertionError: Running save/load and forward yields different results",
14
+ "error": "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results",
15
+ "model_name": "evolla"
16
+ },
17
+ {
18
+ "job_name": "tests_tokenization",
19
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids",
20
+ "short_error": "AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={",
21
+ "error": "/usr/local/lib/python3.10/unittest/mock.py:1420: AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={",
22
+ "model_name": null
23
+ },
24
+ {
25
+ "job_name": "tests_tokenization",
26
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens",
27
+ "short_error": "AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={",
28
+ "error": "/usr/local/lib/python3.10/unittest/mock.py:1420: AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={",
29
+ "model_name": null
30
+ },
31
+ {
32
+ "job_name": "tests_tokenization",
33
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic",
34
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
35
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
36
+ "model_name": null
37
+ },
38
+ {
39
+ "job_name": "tests_tokenization",
40
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message",
41
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
42
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
43
+ "model_name": null
44
+ },
45
+ {
46
+ "job_name": "tests_tokenization",
47
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt",
48
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
49
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
50
+ "model_name": null
51
+ },
52
+ {
53
+ "job_name": "tests_tokenization",
54
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio",
55
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
56
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
57
+ "model_name": null
58
+ },
59
+ {
60
+ "job_name": "tests_tokenization",
61
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image",
62
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
63
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
64
+ "model_name": null
65
+ },
66
+ {
67
+ "job_name": "tests_tokenization",
68
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools",
69
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
70
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
71
+ "model_name": null
72
+ },
73
+ {
74
+ "job_name": "tests_tokenization",
75
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation",
76
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
77
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
78
+ "model_name": null
79
+ },
80
+ {
81
+ "job_name": "tests_tokenization",
82
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template",
83
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
84
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
85
+ "model_name": null
86
+ },
87
+ {
88
+ "job_name": "tests_tokenization",
89
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images",
90
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
91
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
92
+ "model_name": null
93
+ },
94
+ {
95
+ "job_name": "tests_tokenization",
96
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict",
97
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
98
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
99
+ "model_name": null
100
+ },
101
+ {
102
+ "job_name": "tests_tokenization",
103
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors",
104
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
105
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
106
+ "model_name": null
107
+ },
108
+ {
109
+ "job_name": "tests_tokenization",
110
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt",
111
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
112
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
113
+ "model_name": null
114
+ },
115
+ {
116
+ "job_name": "tests_tokenization",
117
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message",
118
+ "short_error": "ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
119
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating",
120
+ "model_name": null
121
+ }
122
+ ],
123
+ "by_test": {
124
+ "tests/models/wav2vec2/test_modeling_wav2vec2.py::Wav2Vec2RobustModelTest::test_load_attn_adapter": {
125
+ "count": 1,
126
+ "errors": {
127
+ "/root/project/tests/models/wav2vec2/test_modeling_wav2vec2.py:1057: AssertionError: Tensor-likes are not close!": 1
128
+ },
129
+ "jobs": [
130
+ "tests_torch"
131
+ ],
132
+ "variants": [
133
+ "tests/models/wav2vec2/test_modeling_wav2vec2.py::Wav2Vec2RobustModelTest::test_load_attn_adapter"
134
+ ]
135
+ },
136
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load": {
137
+ "count": 1,
138
+ "errors": {
139
+ "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
140
+ },
141
+ "jobs": [
142
+ "tests_torch"
143
+ ],
144
+ "variants": [
145
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load"
146
+ ]
147
+ },
148
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
149
+ "count": 1,
150
+ "errors": {
151
+ "/usr/local/lib/python3.10/unittest/mock.py:1420: AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={": 1
152
+ },
153
+ "jobs": [
154
+ "tests_tokenization"
155
+ ],
156
+ "variants": [
157
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
158
+ ]
159
+ },
160
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
161
+ "count": 1,
162
+ "errors": {
163
+ "/usr/local/lib/python3.10/unittest/mock.py:1420: AttributeError: LlamaTokenizer(name_or_path='hf-internal-testing/namespace-mistralai-repo_name-Mistral-Small-3.1-24B-Instruct-2503', vocab_size=3, model_max_length=1000000000000000019884624838656, padding_side='left', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '<unk>'}, added_tokens_decoder={": 1
164
+ },
165
+ "jobs": [
166
+ "tests_tokenization"
167
+ ],
168
+ "variants": [
169
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
170
+ ]
171
+ },
172
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic": {
173
+ "count": 1,
174
+ "errors": {
175
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
176
+ },
177
+ "jobs": [
178
+ "tests_tokenization"
179
+ ],
180
+ "variants": [
181
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic"
182
+ ]
183
+ },
184
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message": {
185
+ "count": 1,
186
+ "errors": {
187
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
188
+ },
189
+ "jobs": [
190
+ "tests_tokenization"
191
+ ],
192
+ "variants": [
193
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message"
194
+ ]
195
+ },
196
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt": {
197
+ "count": 1,
198
+ "errors": {
199
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
200
+ },
201
+ "jobs": [
202
+ "tests_tokenization"
203
+ ],
204
+ "variants": [
205
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt"
206
+ ]
207
+ },
208
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio": {
209
+ "count": 1,
210
+ "errors": {
211
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
212
+ },
213
+ "jobs": [
214
+ "tests_tokenization"
215
+ ],
216
+ "variants": [
217
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio"
218
+ ]
219
+ },
220
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image": {
221
+ "count": 1,
222
+ "errors": {
223
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
224
+ },
225
+ "jobs": [
226
+ "tests_tokenization"
227
+ ],
228
+ "variants": [
229
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image"
230
+ ]
231
+ },
232
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools": {
233
+ "count": 1,
234
+ "errors": {
235
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
236
+ },
237
+ "jobs": [
238
+ "tests_tokenization"
239
+ ],
240
+ "variants": [
241
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools"
242
+ ]
243
+ },
244
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation": {
245
+ "count": 1,
246
+ "errors": {
247
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
248
+ },
249
+ "jobs": [
250
+ "tests_tokenization"
251
+ ],
252
+ "variants": [
253
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation"
254
+ ]
255
+ },
256
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template": {
257
+ "count": 1,
258
+ "errors": {
259
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
260
+ },
261
+ "jobs": [
262
+ "tests_tokenization"
263
+ ],
264
+ "variants": [
265
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template"
266
+ ]
267
+ },
268
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images": {
269
+ "count": 1,
270
+ "errors": {
271
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
272
+ },
273
+ "jobs": [
274
+ "tests_tokenization"
275
+ ],
276
+ "variants": [
277
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images"
278
+ ]
279
+ },
280
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict": {
281
+ "count": 1,
282
+ "errors": {
283
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
284
+ },
285
+ "jobs": [
286
+ "tests_tokenization"
287
+ ],
288
+ "variants": [
289
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict"
290
+ ]
291
+ },
292
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors": {
293
+ "count": 1,
294
+ "errors": {
295
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
296
+ },
297
+ "jobs": [
298
+ "tests_tokenization"
299
+ ],
300
+ "variants": [
301
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors"
302
+ ]
303
+ },
304
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt": {
305
+ "count": 1,
306
+ "errors": {
307
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
308
+ },
309
+ "jobs": [
310
+ "tests_tokenization"
311
+ ],
312
+ "variants": [
313
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt"
314
+ ]
315
+ },
316
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message": {
317
+ "count": 1,
318
+ "errors": {
319
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3303: ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating": 1
320
+ },
321
+ "jobs": [
322
+ "tests_tokenization"
323
+ ],
324
+ "variants": [
325
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message"
326
+ ]
327
+ }
328
+ },
329
+ "by_model": {
330
+ "wav2vec2": {
331
+ "count": 1,
332
+ "errors": {
333
+ "/root/project/tests/models/wav2vec2/test_modeling_wav2vec2.py:1057: AssertionError: Tensor-likes are not close!": 1
334
+ },
335
+ "tests": [
336
+ "tests/models/wav2vec2/test_modeling_wav2vec2.py::Wav2Vec2RobustModelTest::test_load_attn_adapter"
337
+ ]
338
+ },
339
+ "evolla": {
340
+ "count": 1,
341
+ "errors": {
342
+ "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
343
+ },
344
+ "tests": [
345
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load"
346
+ ]
347
+ }
348
+ }
349
+ }