ArthurZ HF Staff commited on
Commit
a19b95e
·
verified ·
1 Parent(s): 715e273

Update CircleCI artifacts for PR 26617 (7f3801d80e63)

Browse files
pr-26617/sha-7f3801d80e63/failure_summary.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_training_ci",
5
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_training_overfit",
6
+ "short_error": "AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%",
8
+ "model_name": "cohere2_moe"
9
+ },
10
+ {
11
+ "job_name": "tests_torch",
12
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_training_overfit",
13
+ "short_error": "AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%",
14
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%",
15
+ "model_name": "cohere2_moe"
16
+ },
17
+ {
18
+ "job_name": "tests_torch",
19
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_generation",
20
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
21
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
22
+ "model_name": "cohere2_moe"
23
+ },
24
+ {
25
+ "job_name": "tests_torch",
26
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_backward",
27
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
28
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
29
+ "model_name": "cohere2_moe"
30
+ },
31
+ {
32
+ "job_name": "tests_torch",
33
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_forward",
34
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
35
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
36
+ "model_name": "cohere2_moe"
37
+ },
38
+ {
39
+ "job_name": "tests_tensor_parallel_ci",
40
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_generation",
41
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
42
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
43
+ "model_name": "cohere2_moe"
44
+ },
45
+ {
46
+ "job_name": "tests_tensor_parallel_ci",
47
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_forward",
48
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
49
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
50
+ "model_name": "cohere2_moe"
51
+ },
52
+ {
53
+ "job_name": "tests_tensor_parallel_ci",
54
+ "test_name": "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_backward",
55
+ "short_error": "torch.multiprocessing.spawn.ProcessRaisedException:",
56
+ "error": "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:",
57
+ "model_name": "cohere2_moe"
58
+ }
59
+ ],
60
+ "by_test": {
61
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_training_overfit": {
62
+ "count": 2,
63
+ "errors": {
64
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%": 2
65
+ },
66
+ "jobs": [
67
+ "tests_torch",
68
+ "tests_training_ci"
69
+ ],
70
+ "variants": [
71
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_training_overfit"
72
+ ]
73
+ },
74
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_generation": {
75
+ "count": 2,
76
+ "errors": {
77
+ "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:": 2
78
+ },
79
+ "jobs": [
80
+ "tests_tensor_parallel_ci",
81
+ "tests_torch"
82
+ ],
83
+ "variants": [
84
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_generation"
85
+ ]
86
+ },
87
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_backward": {
88
+ "count": 2,
89
+ "errors": {
90
+ "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:": 2
91
+ },
92
+ "jobs": [
93
+ "tests_tensor_parallel_ci",
94
+ "tests_torch"
95
+ ],
96
+ "variants": [
97
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_backward"
98
+ ]
99
+ },
100
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_forward": {
101
+ "count": 2,
102
+ "errors": {
103
+ "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:": 2
104
+ },
105
+ "jobs": [
106
+ "tests_tensor_parallel_ci",
107
+ "tests_torch"
108
+ ],
109
+ "variants": [
110
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_forward"
111
+ ]
112
+ }
113
+ },
114
+ "by_model": {
115
+ "cohere2_moe": {
116
+ "count": 8,
117
+ "errors": {
118
+ "/usr/local/lib/python3.10/site-packages/torch/multiprocessing/spawn.py:211: torch.multiprocessing.spawn.ProcessRaisedException:": 6,
119
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 0.27068585289520714 not greater than 0.9 : Expected loss to decrease by at least 90%, got 27.1%": 2
120
+ },
121
+ "tests": [
122
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_backward",
123
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_forward",
124
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_tp_generation",
125
+ "tests/models/cohere2_moe/test_modeling_cohere2_moe.py::Cohere2MoeModelTest::test_training_overfit"
126
+ ]
127
+ }
128
+ }
129
+ }