ArthurZ HF Staff commited on
Commit
cc7a2da
·
verified ·
1 Parent(s): dcb5d23

Update CircleCI artifacts for PR 42667 (c9fd0ce5cc7c)

Browse files
pr-42667/sha-c9fd0ce5cc7c/failure_summary.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: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",
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: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_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: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_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: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_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: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_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: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_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: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_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: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
+ "by_test": {
75
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
76
+ "count": 1,
77
+ "errors": {
78
+ "/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
79
+ },
80
+ "jobs": [
81
+ "tests_tokenization"
82
+ ],
83
+ "variants": [
84
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
85
+ ]
86
+ },
87
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
88
+ "count": 1,
89
+ "errors": {
90
+ "/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
91
+ },
92
+ "jobs": [
93
+ "tests_tokenization"
94
+ ],
95
+ "variants": [
96
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
97
+ ]
98
+ },
99
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic": {
100
+ "count": 1,
101
+ "errors": {
102
+ "/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
103
+ },
104
+ "jobs": [
105
+ "tests_tokenization"
106
+ ],
107
+ "variants": [
108
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic"
109
+ ]
110
+ },
111
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message": {
112
+ "count": 1,
113
+ "errors": {
114
+ "/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
115
+ },
116
+ "jobs": [
117
+ "tests_tokenization"
118
+ ],
119
+ "variants": [
120
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_continue_final_message"
121
+ ]
122
+ },
123
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt": {
124
+ "count": 1,
125
+ "errors": {
126
+ "/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
127
+ },
128
+ "jobs": [
129
+ "tests_tokenization"
130
+ ],
131
+ "variants": [
132
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_add_generation_prompt"
133
+ ]
134
+ },
135
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio": {
136
+ "count": 1,
137
+ "errors": {
138
+ "/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
139
+ },
140
+ "jobs": [
141
+ "tests_tokenization"
142
+ ],
143
+ "variants": [
144
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_audio"
145
+ ]
146
+ },
147
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image": {
148
+ "count": 1,
149
+ "errors": {
150
+ "/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
151
+ },
152
+ "jobs": [
153
+ "tests_tokenization"
154
+ ],
155
+ "variants": [
156
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_image"
157
+ ]
158
+ },
159
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools": {
160
+ "count": 1,
161
+ "errors": {
162
+ "/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
163
+ },
164
+ "jobs": [
165
+ "tests_tokenization"
166
+ ],
167
+ "variants": [
168
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_tools"
169
+ ]
170
+ },
171
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation": {
172
+ "count": 1,
173
+ "errors": {
174
+ "/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
175
+ },
176
+ "jobs": [
177
+ "tests_tokenization"
178
+ ],
179
+ "variants": [
180
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_with_truncation"
181
+ ]
182
+ },
183
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template": {
184
+ "count": 1,
185
+ "errors": {
186
+ "/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
187
+ },
188
+ "jobs": [
189
+ "tests_tokenization"
190
+ ],
191
+ "variants": [
192
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_batch_apply_chat_template"
193
+ ]
194
+ }
195
+ },
196
+ "by_model": {}
197
+ }