hf-transformers-bot commited on
Commit
34fcead
·
verified ·
1 Parent(s): 7936868

Upload 2025-12-12/ci_results_run_models_gpu/new_failures_with_bad_commit.json with huggingface_hub

Browse files
2025-12-12/ci_results_run_models_gpu/new_failures_with_bad_commit.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bert": {
3
+ "single-gpu": [
4
+ {
5
+ "test": "tests/models/bert/test_modeling_bert.py::BertModelTest::test_flash_attn_2_inference_equivalence_right_padding",
6
+ "commit": null,
7
+ "status": "flaky: test fails on the current CI run (commit: 6d00f6b0a5679c36510f203e4226e36f517c3032) but passes during the check.",
8
+ "pr_number": null,
9
+ "author": null,
10
+ "merged_by": null,
11
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20154724659/job/57854923105"
12
+ }
13
+ ]
14
+ },
15
+ "electra": {
16
+ "single-gpu": [
17
+ {
18
+ "test": "tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_flash_attn_2_inference_equivalence",
19
+ "commit": null,
20
+ "status": "flaky: test fails on the current CI run (commit: 6d00f6b0a5679c36510f203e4226e36f517c3032) but passes during the check.",
21
+ "pr_number": null,
22
+ "author": null,
23
+ "merged_by": null,
24
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20154724659/job/57854925256"
25
+ }
26
+ ]
27
+ },
28
+ "idefics2": {
29
+ "single-gpu": [
30
+ {
31
+ "test": "tests/models/idefics2/test_modeling_idefics2.py::Idefics2ForConditionalGenerationIntegrationTest::test_flash_attn_2_eager_equivalence",
32
+ "commit": "6217adc6c8f0be7b5374e6a46129ad2214e4c6ed",
33
+ "status": "git bisect found the bad commit.",
34
+ "pr_number": 42805,
35
+ "author": "ArthurZucker",
36
+ "merged_by": "ArthurZucker",
37
+ "parent": "8a2a83d574fd461697a29410a36737ed112f8ba7",
38
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20154724659/job/57854927040"
39
+ }
40
+ ]
41
+ },
42
+ "roberta": {
43
+ "single-gpu": [
44
+ {
45
+ "test": "tests/models/roberta/test_modeling_roberta.py::RobertaModelTest::test_flash_attn_2_inference_equivalence_right_padding",
46
+ "commit": null,
47
+ "status": "flaky: test fails on the current CI run (commit: 6d00f6b0a5679c36510f203e4226e36f517c3032) but passes during the check.",
48
+ "pr_number": null,
49
+ "author": null,
50
+ "merged_by": null,
51
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20154724659/job/57854925056"
52
+ }
53
+ ]
54
+ },
55
+ "roberta_prelayernorm": {
56
+ "single-gpu": [
57
+ {
58
+ "test": "tests/models/roberta_prelayernorm/test_modeling_roberta_prelayernorm.py::RobertaPreLayerNormModelTest::test_flash_attn_2_inference_equivalence",
59
+ "commit": null,
60
+ "status": "flaky: test passed in the previous run (commit: 8ebfd84fa7f4d6c59f5059a439fad10ada26b3ff) but failed (on the same commit) during the check of the current run.",
61
+ "pr_number": null,
62
+ "author": null,
63
+ "merged_by": null,
64
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20154724659/job/57854925079"
65
+ }
66
+ ]
67
+ }
68
+ }