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

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

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