ArthurZ HF Staff commited on
Commit
38f3ca7
·
verified ·
1 Parent(s): bac5d07

Update CircleCI artifacts for PR 39403 (d55b0f127932)

Browse files
pr-39403/sha-d55b0f127932/failure_summary.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_torch",
5
+ "test_name": "tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_init_weights_can_init_buffers",
6
+ "short_error": "AssertionError: False is not true : The following buffers are not properly handled in `_init_weights()` (the model should be able to reinitialize them correctly if the model is on meta device):",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following buffers are not properly handled in `_init_weights()` (the model should be able to reinitialize them correctly if the model is on meta device):",
8
+ "model_name": "vocos_encodec"
9
+ },
10
+ {
11
+ "job_name": "tests_hub",
12
+ "test_name": "tests/utils/test_tokenization_utils.py::TokenizerPushToHubTester::test_push_to_hub_dynamic_tokenizer_with_both_slow_and_fast_classes",
13
+ "short_error": "AssertionError: 'TokenizersBackend' != 'CustomTokenizerFast'",
14
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 'TokenizersBackend' != 'CustomTokenizerFast'",
15
+ "model_name": null
16
+ }
17
+ ],
18
+ "by_test": {
19
+ "tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_init_weights_can_init_buffers": {
20
+ "count": 1,
21
+ "errors": {
22
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following buffers are not properly handled in `_init_weights()` (the model should be able to reinitialize them correctly if the model is on meta device):": 1
23
+ },
24
+ "jobs": [
25
+ "tests_torch"
26
+ ],
27
+ "variants": [
28
+ "tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_init_weights_can_init_buffers"
29
+ ]
30
+ },
31
+ "tests/utils/test_tokenization_utils.py::TokenizerPushToHubTester::test_push_to_hub_dynamic_tokenizer_with_both_slow_and_fast_classes": {
32
+ "count": 1,
33
+ "errors": {
34
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 'TokenizersBackend' != 'CustomTokenizerFast'": 1
35
+ },
36
+ "jobs": [
37
+ "tests_hub"
38
+ ],
39
+ "variants": [
40
+ "tests/utils/test_tokenization_utils.py::TokenizerPushToHubTester::test_push_to_hub_dynamic_tokenizer_with_both_slow_and_fast_classes"
41
+ ]
42
+ }
43
+ },
44
+ "by_model": {
45
+ "vocos_encodec": {
46
+ "count": 1,
47
+ "errors": {
48
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true : The following buffers are not properly handled in `_init_weights()` (the model should be able to reinitialize them correctly if the model is on meta device):": 1
49
+ },
50
+ "tests": [
51
+ "tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_init_weights_can_init_buffers"
52
+ ]
53
+ }
54
+ }
55
+ }