ArthurZ HF Staff commited on
Commit
c21a4df
·
verified ·
1 Parent(s): a9d74f9

Update CircleCI artifacts for PR 42734 (565eff053aa3)

Browse files
pr-42734/sha-565eff053aa3/failure_summary.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_non_model",
5
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_loading_only_pytorch_bin_available",
6
+ "short_error": "AssertionError: False is not true",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true",
8
+ "model_name": null
9
+ },
10
+ {
11
+ "job_name": "tests_non_model",
12
+ "test_name": "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_variant_save_load",
13
+ "short_error": "OSError: Could not create safetensors conversion PR. The repo does not appear to have a file named pytorch_model.bin or model.safetensors.If you are loading with variant, use `use_safetensors=False` to load the original model.",
14
+ "error": "/usr/local/lib/python3.10/site-packages/transformers/safetensors_conversion.py:76: OSError: Could not create safetensors conversion PR. The repo does not appear to have a file named pytorch_model.bin or model.safetensors.If you are loading with variant, use `use_safetensors=False` to load the original model.",
15
+ "model_name": null
16
+ },
17
+ {
18
+ "job_name": "tests_non_model",
19
+ "test_name": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_safe_checkpoints",
20
+ "short_error": "AssertionError: False is not true",
21
+ "error": "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true",
22
+ "model_name": null
23
+ },
24
+ {
25
+ "job_name": "tests_non_model",
26
+ "test_name": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_safe_checkpoint",
27
+ "short_error": "FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpcbks4_7o/checkpoint-5/pytorch_model.bin'",
28
+ "error": "/usr/local/lib/python3.10/site-packages/torch/serialization.py:740: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpcbks4_7o/checkpoint-5/pytorch_model.bin'",
29
+ "model_name": null
30
+ }
31
+ ],
32
+ "by_test": {
33
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_loading_only_pytorch_bin_available": {
34
+ "count": 1,
35
+ "errors": {
36
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
37
+ },
38
+ "jobs": [
39
+ "tests_non_model"
40
+ ],
41
+ "variants": [
42
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_loading_only_pytorch_bin_available"
43
+ ]
44
+ },
45
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_variant_save_load": {
46
+ "count": 1,
47
+ "errors": {
48
+ "/usr/local/lib/python3.10/site-packages/transformers/safetensors_conversion.py:76: OSError: Could not create safetensors conversion PR. The repo does not appear to have a file named pytorch_model.bin or model.safetensors.If you are loading with variant, use `use_safetensors=False` to load the original model.": 1
49
+ },
50
+ "jobs": [
51
+ "tests_non_model"
52
+ ],
53
+ "variants": [
54
+ "tests/utils/test_modeling_utils.py::ModelUtilsTest::test_checkpoint_variant_save_load"
55
+ ]
56
+ },
57
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_safe_checkpoints": {
58
+ "count": 1,
59
+ "errors": {
60
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
61
+ },
62
+ "jobs": [
63
+ "tests_non_model"
64
+ ],
65
+ "variants": [
66
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_safe_checkpoints"
67
+ ]
68
+ },
69
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_safe_checkpoint": {
70
+ "count": 1,
71
+ "errors": {
72
+ "/usr/local/lib/python3.10/site-packages/torch/serialization.py:740: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpcbks4_7o/checkpoint-5/pytorch_model.bin'": 1
73
+ },
74
+ "jobs": [
75
+ "tests_non_model"
76
+ ],
77
+ "variants": [
78
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_safe_checkpoint"
79
+ ]
80
+ }
81
+ },
82
+ "by_model": {}
83
+ }