hf-transformers-bot commited on
Commit
3e6cc27
·
verified ·
1 Parent(s): abcce57

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

Browse files
2025-12-02/ci_results_run_models_gpu/new_failures_with_bad_commit.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "albert": {
3
+ "single-gpu": [
4
+ {
5
+ "test": "tests/models/albert/test_modeling_albert.py::AlbertModelTest::test_flash_attn_2_inference_equivalence_right_padding",
6
+ "commit": null,
7
+ "status": "flaky: test passed in the previous run (commit: cac0a28c83cf87b7a05495de3177099c635ba852) 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/19845267189/job/56861624967"
12
+ }
13
+ ]
14
+ },
15
+ "bert": {
16
+ "single-gpu": [
17
+ {
18
+ "test": "tests/models/bert/test_modeling_bert.py::BertModelTest::test_flash_attn_2_inference_equivalence",
19
+ "commit": null,
20
+ "status": "flaky: test passed in the previous run (commit: cac0a28c83cf87b7a05495de3177099c635ba852) 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/19845267189/job/56861625330"
25
+ },
26
+ {
27
+ "test": "tests/models/bert/test_modeling_bert.py::BertModelTest::test_flash_attn_2_inference_equivalence_right_padding",
28
+ "commit": null,
29
+ "status": "flaky: test fails on the current CI run (commit: 0fa49db1205e0a2745161ccac46184e7e46b6e2b) but passes during the check.",
30
+ "pr_number": null,
31
+ "author": null,
32
+ "merged_by": null,
33
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19845267189/job/56861625330"
34
+ }
35
+ ]
36
+ },
37
+ "mixtral": {
38
+ "single-gpu": [
39
+ {
40
+ "test": "tests/models/mixtral/test_modeling_mixtral.py::MixtralModelTest::test_flash_attn_2_equivalence",
41
+ "commit": null,
42
+ "status": "flaky: test passed in the previous run (commit: cac0a28c83cf87b7a05495de3177099c635ba852) but failed (on the same commit) during the check of the current run.",
43
+ "pr_number": null,
44
+ "author": null,
45
+ "merged_by": null,
46
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19845267189/job/56861625054"
47
+ }
48
+ ]
49
+ },
50
+ "xmod": {
51
+ "single-gpu": [
52
+ {
53
+ "test": "tests/models/xmod/test_modeling_xmod.py::XmodModelTest::test_flash_attn_2_inference_equivalence",
54
+ "commit": null,
55
+ "status": "flaky: test fails on the current CI run (commit: 0fa49db1205e0a2745161ccac46184e7e46b6e2b) but passes during the check.",
56
+ "pr_number": null,
57
+ "author": null,
58
+ "merged_by": null,
59
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/19845267189/job/56861629616"
60
+ }
61
+ ]
62
+ }
63
+ }