ArthurZ HF Staff commited on
Commit
392f533
·
verified ·
1 Parent(s): ef6894f

Update CircleCI artifacts for PR 36711 (5a3fec3ca467)

Browse files
pr-36711/sha-5a3fec3ca467/failure_summary.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/dino_detr/test_modeling_dino_detr.py::DinoDetrModelTest::test_can_init_all_missing_weights",
6
+ "short_error": "AssertionError: False is not true : The following keys are not properly handled by `_init_weights()`:",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following keys are not properly handled by `_init_weights()`:",
8
+ "model_name": "dino_detr"
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
+ "by_test": {
33
+ "tests/models/dino_detr/test_modeling_dino_detr.py::DinoDetrModelTest::test_can_init_all_missing_weights": {
34
+ "count": 1,
35
+ "errors": {
36
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following keys are not properly handled by `_init_weights()`:": 1
37
+ },
38
+ "jobs": [
39
+ "tests_torch"
40
+ ],
41
+ "variants": [
42
+ "tests/models/dino_detr/test_modeling_dino_detr.py::DinoDetrModelTest::test_can_init_all_missing_weights"
43
+ ]
44
+ },
45
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
46
+ "count": 1,
47
+ "errors": {
48
+ "/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
49
+ },
50
+ "jobs": [
51
+ "tests_tokenization"
52
+ ],
53
+ "variants": [
54
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
55
+ ]
56
+ },
57
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
58
+ "count": 1,
59
+ "errors": {
60
+ "/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
61
+ },
62
+ "jobs": [
63
+ "tests_tokenization"
64
+ ],
65
+ "variants": [
66
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
67
+ ]
68
+ },
69
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic": {
70
+ "count": 1,
71
+ "errors": {
72
+ "/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
73
+ },
74
+ "jobs": [
75
+ "tests_tokenization"
76
+ ],
77
+ "variants": [
78
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_apply_chat_template_basic"
79
+ ]
80
+ }
81
+ },
82
+ "by_model": {
83
+ "dino_detr": {
84
+ "count": 1,
85
+ "errors": {
86
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following keys are not properly handled by `_init_weights()`:": 1
87
+ },
88
+ "tests": [
89
+ "tests/models/dino_detr/test_modeling_dino_detr.py::DinoDetrModelTest::test_can_init_all_missing_weights"
90
+ ]
91
+ }
92
+ }
93
+ }