ArthurZ HF Staff commited on
Commit
de3150e
·
verified ·
1 Parent(s): 685fa35

Update CircleCI artifacts for PR 41251 (79370bf6a8bd)

Browse files
pr-41251/sha-79370bf6a8bd/failure_summary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_hub",
5
+ "test_name": "tests/trainer/test_trainer_checkpointing.py::TrainerIntegrationWithHubTester::test_push_to_hub_with_saves_each_n_steps",
6
+ "short_error": "AssertionError: 1 not greater than or equal to 4",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 1 not greater than or equal to 4",
8
+ "model_name": null
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/trainer/test_trainer_checkpointing.py::TrainerIntegrationWithHubTester::test_push_to_hub_with_saves_each_n_steps": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: 1 not greater than or equal to 4": 1
16
+ },
17
+ "jobs": [
18
+ "tests_hub"
19
+ ],
20
+ "variants": [
21
+ "tests/trainer/test_trainer_checkpointing.py::TrainerIntegrationWithHubTester::test_push_to_hub_with_saves_each_n_steps"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {}
26
+ }