ArthurZ HF Staff commited on
Commit
2a5e209
·
verified ·
1 Parent(s): 0953b9c

Update CircleCI artifacts for PR 41224 (5fb2b741bc74)

Browse files
pr-41224/sha-5fb2b741bc74/failure_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_generate",
5
+ "test_name": "tests/models/olmo/test_modeling_olmo.py::OlmoModelTest::test_generate_with_static_cache",
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": "olmo"
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/models/olmo/test_modeling_olmo.py::OlmoModelTest::test_generate_with_static_cache": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
16
+ },
17
+ "jobs": [
18
+ "tests_generate"
19
+ ],
20
+ "variants": [
21
+ "tests/models/olmo/test_modeling_olmo.py::OlmoModelTest::test_generate_with_static_cache"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {
26
+ "olmo": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
30
+ },
31
+ "tests": [
32
+ "tests/models/olmo/test_modeling_olmo.py::OlmoModelTest::test_generate_with_static_cache"
33
+ ]
34
+ }
35
+ }
36
+ }