hf-transformers-bot commited on
Commit
176eeff
·
verified ·
1 Parent(s): 543b095

Upload 2025-11-30/ci_results_run_models_gpu/new_failures_with_bad_commit.json with huggingface_hub

Browse files
2025-11-30/ci_results_run_models_gpu/new_failures_with_bad_commit.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moshi": {
3
+ "single-gpu": [
4
+ {
5
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiDecoderTest::test_flash_attn_2_inference_equivalence",
6
+ "commit": null,
7
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) 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/19792878061/job/56708781989"
12
+ },
13
+ {
14
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiDecoderTest::test_flash_attn_2_inference_equivalence_right_padding",
15
+ "commit": null,
16
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
17
+ "pr_number": null,
18
+ "author": null,
19
+ "merged_by": null,
20
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
21
+ },
22
+ {
23
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_eager_matches_fa2_generate",
24
+ "commit": null,
25
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
26
+ "pr_number": null,
27
+ "author": null,
28
+ "merged_by": null,
29
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
30
+ },
31
+ {
32
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_fp32_ln",
33
+ "commit": null,
34
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
35
+ "pr_number": null,
36
+ "author": null,
37
+ "merged_by": null,
38
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
39
+ },
40
+ {
41
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_from_config",
42
+ "commit": null,
43
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
44
+ "pr_number": null,
45
+ "author": null,
46
+ "merged_by": null,
47
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
48
+ },
49
+ {
50
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_inference_equivalence",
51
+ "commit": null,
52
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
53
+ "pr_number": null,
54
+ "author": null,
55
+ "merged_by": null,
56
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
57
+ },
58
+ {
59
+ "test": "tests/models/moshi/test_modeling_moshi.py::MoshiTest::test_flash_attn_2_inference_equivalence_right_padding",
60
+ "commit": null,
61
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
62
+ "pr_number": null,
63
+ "author": null,
64
+ "merged_by": null,
65
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708781989"
66
+ }
67
+ ]
68
+ },
69
+ "nemotron": {
70
+ "single-gpu": [
71
+ {
72
+ "test": "tests/models/nemotron/test_modeling_nemotron.py::NemotronModelTest::test_flash_attn_2_equivalence",
73
+ "commit": null,
74
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
75
+ "pr_number": null,
76
+ "author": null,
77
+ "merged_by": null,
78
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708782199"
79
+ }
80
+ ]
81
+ },
82
+ "roberta_prelayernorm": {
83
+ "single-gpu": [
84
+ {
85
+ "test": "tests/models/roberta_prelayernorm/test_modeling_roberta_prelayernorm.py::RobertaPreLayerNormModelTest::test_flash_attn_2_inference_equivalence",
86
+ "commit": null,
87
+ "status": "flaky: test passed in the previous run (commit: 2a61590a479d3b1f77059f75caee7cc22760019d) but failed (on the same commit) during the check of the current run.",
88
+ "pr_number": null,
89
+ "author": null,
90
+ "merged_by": null,
91
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708782980"
92
+ }
93
+ ]
94
+ },
95
+ "xmod": {
96
+ "single-gpu": [
97
+ {
98
+ "test": "tests/models/xmod/test_modeling_xmod.py::XmodModelTest::test_flash_attn_2_inference_equivalence_right_padding",
99
+ "commit": null,
100
+ "status": "flaky: test fails on the current CI run (commit: cac0a28c83cf87b7a05495de3177099c635ba852) but passes during the check.",
101
+ "pr_number": null,
102
+ "author": null,
103
+ "merged_by": null,
104
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19792878061/job/56708784107"
105
+ }
106
+ ]
107
+ }
108
+ }