hf-transformers-bot commited on
Commit
0bb7b73
·
verified ·
1 Parent(s): 9d7a3a5

Upload 2025-12-12/runs/25375-20181774705/ci_results_run_models_gpu/new_failures_with_bad_commit.json with huggingface_hub

Browse files
2025-12-12/runs/25375-20181774705/ci_results_run_models_gpu/new_failures_with_bad_commit.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "electra": {
3
+ "single-gpu": [
4
+ {
5
+ "test": "tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_eager_padding_matches_padding_free_with_position_ids",
6
+ "commit": null,
7
+ "status": "flaky: test fails on the current CI run (commit: fe0819eda88b8fbcacdda083d8ee01a21b9082eb) 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/20181774705/job/57944045312"
12
+ },
13
+ {
14
+ "test": "tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_sdpa_padding_matches_padding_free_with_position_ids",
15
+ "commit": null,
16
+ "status": "flaky: test passed in the previous run (commit: 40dc11cd3eb4126652aa41ef8272525affd4a636) 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/20181774705/job/57944045312"
21
+ }
22
+ ]
23
+ },
24
+ "glm4v_moe": {
25
+ "single-gpu": [
26
+ {
27
+ "test": "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_bin",
28
+ "commit": null,
29
+ "status": "flaky: test passed in the previous run (commit: 40dc11cd3eb4126652aa41ef8272525affd4a636) but failed (on the same commit) during the check of the current run.",
30
+ "pr_number": null,
31
+ "author": null,
32
+ "merged_by": null,
33
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20181774705/job/57944045265"
34
+ },
35
+ {
36
+ "test": "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_safetensors",
37
+ "commit": null,
38
+ "status": "flaky: test passed in the previous run (commit: 40dc11cd3eb4126652aa41ef8272525affd4a636) but failed (on the same commit) during the check of the current run.",
39
+ "pr_number": null,
40
+ "author": null,
41
+ "merged_by": null,
42
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20181774705/job/57944045265"
43
+ }
44
+ ]
45
+ },
46
+ "opt": {
47
+ "single-gpu": [
48
+ {
49
+ "test": "tests/models/opt/test_modeling_opt.py::OPTModelTest::test_eager_padding_matches_padding_free_with_position_ids",
50
+ "commit": "fe0819eda88b8fbcacdda083d8ee01a21b9082eb",
51
+ "status": "git bisect found the bad commit.",
52
+ "pr_number": null,
53
+ "author": "vasqu",
54
+ "merged_by": null,
55
+ "parent": "40dc11cd3eb4126652aa41ef8272525affd4a636",
56
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20181774705/job/57944045286"
57
+ },
58
+ {
59
+ "test": "tests/models/opt/test_modeling_opt.py::OPTModelTest::test_sdpa_padding_matches_padding_free_with_position_ids",
60
+ "commit": "fe0819eda88b8fbcacdda083d8ee01a21b9082eb",
61
+ "status": "git bisect found the bad commit.",
62
+ "pr_number": null,
63
+ "author": "vasqu",
64
+ "merged_by": null,
65
+ "parent": "40dc11cd3eb4126652aa41ef8272525affd4a636",
66
+ "job_link": "https://github.com/huggingface/transformers/actions/runs/20181774705/job/57944045286"
67
+ }
68
+ ]
69
+ }
70
+ }