ArthurZ HF Staff commited on
Commit
8faf538
·
verified ·
1 Parent(s): 3fb5412

Update CircleCI artifacts for PR 42513 (b7d02c229097)

Browse files
pr-42513/sha-b7d02c229097/failure_summary.json ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_tokenization",
5
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids",
6
+ "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={",
7
+ "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={",
8
+ "model_name": null
9
+ },
10
+ {
11
+ "job_name": "tests_tokenization",
12
+ "test_name": "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens",
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_apply_chat_template_basic",
20
+ "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",
21
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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",
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_continue_final_message",
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:3461: 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_with_add_generation_prompt",
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:3461: 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_audio",
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:3461: 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_image",
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:3461: 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_tools",
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:3461: 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_truncation",
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:3461: 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_batch_apply_chat_template",
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:3461: 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_images",
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:3461: 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_return_dict",
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:3461: 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_tensors",
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:3461: 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_with_add_generation_prompt",
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:3461: 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_continue_final_message",
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:3461: 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
+ "by_test": {
110
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
111
+ "count": 1,
112
+ "errors": {
113
+ "/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
114
+ },
115
+ "jobs": [
116
+ "tests_tokenization"
117
+ ],
118
+ "variants": [
119
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
120
+ ]
121
+ },
122
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
123
+ "count": 1,
124
+ "errors": {
125
+ "/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
126
+ },
127
+ "jobs": [
128
+ "tests_tokenization"
129
+ ],
130
+ "variants": [
131
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
132
+ ]
133
+ },
134
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic": {
135
+ "count": 1,
136
+ "errors": {
137
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
138
+ },
139
+ "jobs": [
140
+ "tests_tokenization"
141
+ ],
142
+ "variants": [
143
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic"
144
+ ]
145
+ },
146
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message": {
147
+ "count": 1,
148
+ "errors": {
149
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
150
+ },
151
+ "jobs": [
152
+ "tests_tokenization"
153
+ ],
154
+ "variants": [
155
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message"
156
+ ]
157
+ },
158
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt": {
159
+ "count": 1,
160
+ "errors": {
161
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
162
+ },
163
+ "jobs": [
164
+ "tests_tokenization"
165
+ ],
166
+ "variants": [
167
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt"
168
+ ]
169
+ },
170
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio": {
171
+ "count": 1,
172
+ "errors": {
173
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
174
+ },
175
+ "jobs": [
176
+ "tests_tokenization"
177
+ ],
178
+ "variants": [
179
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio"
180
+ ]
181
+ },
182
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image": {
183
+ "count": 1,
184
+ "errors": {
185
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
186
+ },
187
+ "jobs": [
188
+ "tests_tokenization"
189
+ ],
190
+ "variants": [
191
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image"
192
+ ]
193
+ },
194
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools": {
195
+ "count": 1,
196
+ "errors": {
197
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
198
+ },
199
+ "jobs": [
200
+ "tests_tokenization"
201
+ ],
202
+ "variants": [
203
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools"
204
+ ]
205
+ },
206
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation": {
207
+ "count": 1,
208
+ "errors": {
209
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
210
+ },
211
+ "jobs": [
212
+ "tests_tokenization"
213
+ ],
214
+ "variants": [
215
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation"
216
+ ]
217
+ },
218
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template": {
219
+ "count": 1,
220
+ "errors": {
221
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
222
+ },
223
+ "jobs": [
224
+ "tests_tokenization"
225
+ ],
226
+ "variants": [
227
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template"
228
+ ]
229
+ },
230
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images": {
231
+ "count": 1,
232
+ "errors": {
233
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
234
+ },
235
+ "jobs": [
236
+ "tests_tokenization"
237
+ ],
238
+ "variants": [
239
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_images"
240
+ ]
241
+ },
242
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict": {
243
+ "count": 1,
244
+ "errors": {
245
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
246
+ },
247
+ "jobs": [
248
+ "tests_tokenization"
249
+ ],
250
+ "variants": [
251
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_dict"
252
+ ]
253
+ },
254
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors": {
255
+ "count": 1,
256
+ "errors": {
257
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
258
+ },
259
+ "jobs": [
260
+ "tests_tokenization"
261
+ ],
262
+ "variants": [
263
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_return_tensors"
264
+ ]
265
+ },
266
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt": {
267
+ "count": 1,
268
+ "errors": {
269
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
270
+ },
271
+ "jobs": [
272
+ "tests_tokenization"
273
+ ],
274
+ "variants": [
275
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_add_generation_prompt"
276
+ ]
277
+ },
278
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message": {
279
+ "count": 1,
280
+ "errors": {
281
+ "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:3461: 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
282
+ },
283
+ "jobs": [
284
+ "tests_tokenization"
285
+ ],
286
+ "variants": [
287
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template_with_continue_final_message"
288
+ ]
289
+ }
290
+ },
291
+ "by_model": {}
292
+ }