ArthurZ HF Staff commited on
Commit
dab953d
·
verified ·
1 Parent(s): 0ae42c0

Update CircleCI artifacts for PR 42684 (8860cb4a9d0c)

Browse files
pr-42684/sha-8860cb4a9d0c/failure_summary.json ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load",
6
+ "short_error": "AssertionError: Running save/load and forward yields different results",
7
+ "error": "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results",
8
+ "model_name": "evolla"
9
+ },
10
+ {
11
+ "job_name": "tests_tokenization",
12
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids",
13
+ "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={",
14
+ "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={",
15
+ "model_name": null
16
+ },
17
+ {
18
+ "job_name": "tests_tokenization",
19
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens",
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_apply_chat_template_basic",
27
+ "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",
28
+ "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",
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_continue_final_message",
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_with_add_generation_prompt",
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_audio",
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_image",
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_tools",
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_truncation",
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_batch_apply_chat_template",
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_images",
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_return_dict",
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_tensors",
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_with_add_generation_prompt",
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_continue_final_message",
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_padding",
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
+ "job_name": "tests_tokenization",
124
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_padding_and_truncation",
125
+ "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",
126
+ "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",
127
+ "model_name": null
128
+ },
129
+ {
130
+ "job_name": "tests_tokenization",
131
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_truncation",
132
+ "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",
133
+ "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",
134
+ "model_name": null
135
+ }
136
+ ],
137
+ "by_test": {
138
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load": {
139
+ "count": 1,
140
+ "errors": {
141
+ "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
142
+ },
143
+ "jobs": [
144
+ "tests_torch"
145
+ ],
146
+ "variants": [
147
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load"
148
+ ]
149
+ },
150
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
151
+ "count": 1,
152
+ "errors": {
153
+ "/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
154
+ },
155
+ "jobs": [
156
+ "tests_tokenization"
157
+ ],
158
+ "variants": [
159
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
160
+ ]
161
+ },
162
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
163
+ "count": 1,
164
+ "errors": {
165
+ "/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
166
+ },
167
+ "jobs": [
168
+ "tests_tokenization"
169
+ ],
170
+ "variants": [
171
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
172
+ ]
173
+ },
174
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic": {
175
+ "count": 1,
176
+ "errors": {
177
+ "/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
178
+ },
179
+ "jobs": [
180
+ "tests_tokenization"
181
+ ],
182
+ "variants": [
183
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic"
184
+ ]
185
+ },
186
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message": {
187
+ "count": 1,
188
+ "errors": {
189
+ "/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
190
+ },
191
+ "jobs": [
192
+ "tests_tokenization"
193
+ ],
194
+ "variants": [
195
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message"
196
+ ]
197
+ },
198
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt": {
199
+ "count": 1,
200
+ "errors": {
201
+ "/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
202
+ },
203
+ "jobs": [
204
+ "tests_tokenization"
205
+ ],
206
+ "variants": [
207
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt"
208
+ ]
209
+ },
210
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio": {
211
+ "count": 1,
212
+ "errors": {
213
+ "/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
214
+ },
215
+ "jobs": [
216
+ "tests_tokenization"
217
+ ],
218
+ "variants": [
219
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio"
220
+ ]
221
+ },
222
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image": {
223
+ "count": 1,
224
+ "errors": {
225
+ "/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
226
+ },
227
+ "jobs": [
228
+ "tests_tokenization"
229
+ ],
230
+ "variants": [
231
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image"
232
+ ]
233
+ },
234
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools": {
235
+ "count": 1,
236
+ "errors": {
237
+ "/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
238
+ },
239
+ "jobs": [
240
+ "tests_tokenization"
241
+ ],
242
+ "variants": [
243
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools"
244
+ ]
245
+ },
246
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation": {
247
+ "count": 1,
248
+ "errors": {
249
+ "/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
250
+ },
251
+ "jobs": [
252
+ "tests_tokenization"
253
+ ],
254
+ "variants": [
255
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation"
256
+ ]
257
+ },
258
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template": {
259
+ "count": 1,
260
+ "errors": {
261
+ "/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
262
+ },
263
+ "jobs": [
264
+ "tests_tokenization"
265
+ ],
266
+ "variants": [
267
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template"
268
+ ]
269
+ },
270
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images": {
271
+ "count": 1,
272
+ "errors": {
273
+ "/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
274
+ },
275
+ "jobs": [
276
+ "tests_tokenization"
277
+ ],
278
+ "variants": [
279
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images"
280
+ ]
281
+ },
282
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict": {
283
+ "count": 1,
284
+ "errors": {
285
+ "/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
286
+ },
287
+ "jobs": [
288
+ "tests_tokenization"
289
+ ],
290
+ "variants": [
291
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict"
292
+ ]
293
+ },
294
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors": {
295
+ "count": 1,
296
+ "errors": {
297
+ "/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
298
+ },
299
+ "jobs": [
300
+ "tests_tokenization"
301
+ ],
302
+ "variants": [
303
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors"
304
+ ]
305
+ },
306
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt": {
307
+ "count": 1,
308
+ "errors": {
309
+ "/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
310
+ },
311
+ "jobs": [
312
+ "tests_tokenization"
313
+ ],
314
+ "variants": [
315
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt"
316
+ ]
317
+ },
318
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message": {
319
+ "count": 1,
320
+ "errors": {
321
+ "/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
322
+ },
323
+ "jobs": [
324
+ "tests_tokenization"
325
+ ],
326
+ "variants": [
327
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message"
328
+ ]
329
+ },
330
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_padding": {
331
+ "count": 1,
332
+ "errors": {
333
+ "/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
334
+ },
335
+ "jobs": [
336
+ "tests_tokenization"
337
+ ],
338
+ "variants": [
339
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_padding"
340
+ ]
341
+ },
342
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_padding_and_truncation": {
343
+ "count": 1,
344
+ "errors": {
345
+ "/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
346
+ },
347
+ "jobs": [
348
+ "tests_tokenization"
349
+ ],
350
+ "variants": [
351
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_padding_and_truncation"
352
+ ]
353
+ },
354
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_truncation": {
355
+ "count": 1,
356
+ "errors": {
357
+ "/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
358
+ },
359
+ "jobs": [
360
+ "tests_tokenization"
361
+ ],
362
+ "variants": [
363
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_truncation"
364
+ ]
365
+ }
366
+ },
367
+ "by_model": {
368
+ "evolla": {
369
+ "count": 1,
370
+ "errors": {
371
+ "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
372
+ },
373
+ "tests": [
374
+ "tests/models/evolla/test_modeling_evolla.py::EvollaModelTest::test_save_load"
375
+ ]
376
+ }
377
+ }
378
+ }