ArthurZ HF Staff commited on
Commit
1ffc6d6
·
verified ·
1 Parent(s): 8208a93

Update CircleCI artifacts for PR 41567 (ff64eaeeef55)

Browse files
pr-41567/sha-ff64eaeeef55/failure_summary.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes",
6
+ "short_error": "AssertionError: 0.10263392329216003 not less than or equal to 0.1 : Issue with classifier.1.bias",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.10263392329216003 not less than or equal to 0.1 : Issue with classifier.1.bias",
8
+ "model_name": "regnet"
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
+ "by_test": {
26
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.10263392329216003 not less than or equal to 0.1 : Issue with classifier.1.bias": 1
30
+ },
31
+ "jobs": [
32
+ "tests_torch"
33
+ ],
34
+ "variants": [
35
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes"
36
+ ]
37
+ },
38
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids": {
39
+ "count": 1,
40
+ "errors": {
41
+ "/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
42
+ },
43
+ "jobs": [
44
+ "tests_tokenization"
45
+ ],
46
+ "variants": [
47
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_ids"
48
+ ]
49
+ },
50
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens": {
51
+ "count": 1,
52
+ "errors": {
53
+ "/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
54
+ },
55
+ "jobs": [
56
+ "tests_tokenization"
57
+ ],
58
+ "variants": [
59
+ "tests/test_tokenization_mistral_common.py::TestMistralCommonBackend::test_all_special_tokens"
60
+ ]
61
+ }
62
+ },
63
+ "by_model": {
64
+ "regnet": {
65
+ "count": 1,
66
+ "errors": {
67
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.10263392329216003 not less than or equal to 0.1 : Issue with classifier.1.bias": 1
68
+ },
69
+ "tests": [
70
+ "tests/models/regnet/test_modeling_regnet.py::RegNetModelTest::test_can_load_ignoring_mismatched_shapes"
71
+ ]
72
+ }
73
+ }
74
+ }