hf-transformers-bot commited on
Commit
a37196b
·
verified ·
1 Parent(s): ebdba8f

Upload 2025-12-11/runs/25268-20141816827/ci_results_run_models_gpu/new_failures_with_bad_commit.json with huggingface_hub

Browse files
2025-12-11/runs/25268-20141816827/ci_results_run_models_gpu/new_failures_with_bad_commit.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bart": {
3
+ "single-gpu": [
4
+ {
5
+ "test": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_inference_no_head",
6
+ "commit": null,
7
+ "status": "flaky: test passed in the previous run (commit: 6217adc6c8f0be7b5374e6a46129ad2214e4c6ed) but failed (on the same commit) during the check of the current run.",
8
+ "pr_number": null,
9
+ "author": null,
10
+ "merged_by": null,
11
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20141816827/job/57811617685"
12
+ }
13
+ ]
14
+ },
15
+ "encoder_decoder": {
16
+ "single-gpu": [
17
+ {
18
+ "test": "tests/models/encoder_decoder/test_modeling_encoder_decoder.py::BartEncoderDecoderModelTest::test_real_model_save_load_from_pretrained",
19
+ "commit": null,
20
+ "status": "flaky: test passed in the previous run (commit: 6217adc6c8f0be7b5374e6a46129ad2214e4c6ed) but failed (on the same commit) during the check of the current run.",
21
+ "pr_number": null,
22
+ "author": null,
23
+ "merged_by": null,
24
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20141816827/job/57811617663"
25
+ }
26
+ ]
27
+ },
28
+ "mt5": {
29
+ "single-gpu": [
30
+ {
31
+ "test": "tests/models/mt5/test_modeling_mt5.py::MT5IntegrationTest::test_small_integration_test",
32
+ "commit": "ff61a4838dd01917da691ec4b4795b202dd0335e",
33
+ "status": "git bisect found the bad commit.",
34
+ "pr_number": null,
35
+ "author": "zucchini-nlp",
36
+ "merged_by": null,
37
+ "parent": "6217adc6c8f0be7b5374e6a46129ad2214e4c6ed",
38
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20141816827/job/57811617752"
39
+ }
40
+ ]
41
+ }
42
+ }