hf-transformers-bot commited on
Commit
e938b35
·
verified ·
1 Parent(s): b13c8af

Upload 2025-12-11/runs/25254-20138300391/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-12-11/runs/25254-20138300391/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bart": {
3
+ "single-gpu": [
4
+ "tests/models/bart/test_modeling_bart.py::BartModelTest::test_config",
5
+ "tests/models/bart/test_modeling_bart.py::BartStandaloneDecoderModelTest::test_config"
6
+ ],
7
+ "multi-gpu": [
8
+ "tests/models/bart/test_modeling_bart.py::BartModelTest::test_config",
9
+ "tests/models/bart/test_modeling_bart.py::BartStandaloneDecoderModelTest::test_config"
10
+ ]
11
+ },
12
+ "d_fine": {
13
+ "single-gpu": [
14
+ "tests/models/d_fine/test_modeling_d_fine.py::DFineModelTest::test_load_save_without_tied_weights"
15
+ ],
16
+ "multi-gpu": [
17
+ "tests/models/d_fine/test_modeling_d_fine.py::DFineModelTest::test_load_save_without_tied_weights"
18
+ ]
19
+ },
20
+ "deformable_detr": {
21
+ "single-gpu": [],
22
+ "multi-gpu": [
23
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelTest::test_batching_equivalence"
24
+ ]
25
+ },
26
+ "grounding_dino": {
27
+ "single-gpu": [
28
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelTest::test_load_save_without_tied_weights"
29
+ ],
30
+ "multi-gpu": [
31
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelTest::test_load_save_without_tied_weights"
32
+ ]
33
+ },
34
+ "marian": {
35
+ "single-gpu": [
36
+ "tests/models/marian/test_modeling_marian.py::MarianModelTest::test_config",
37
+ "tests/models/marian/test_modeling_marian.py::MarianStandaloneDecoderModelTest::test_config"
38
+ ],
39
+ "multi-gpu": [
40
+ "tests/models/marian/test_modeling_marian.py::MarianModelTest::test_config",
41
+ "tests/models/marian/test_modeling_marian.py::MarianStandaloneDecoderModelTest::test_config"
42
+ ]
43
+ },
44
+ "mm_grounding_dino": {
45
+ "single-gpu": [
46
+ "tests/models/mm_grounding_dino/test_modeling_mm_grounding_dino.py::MMGroundingDinoModelTest::test_load_save_without_tied_weights"
47
+ ],
48
+ "multi-gpu": [
49
+ "tests/models/mm_grounding_dino/test_modeling_mm_grounding_dino.py::MMGroundingDinoModelTest::test_load_save_without_tied_weights"
50
+ ]
51
+ },
52
+ "mt5": {
53
+ "single-gpu": [
54
+ "tests/models/mt5/test_modeling_mt5.py::MT5ModelTest::test_config",
55
+ "tests/models/mt5/test_modeling_mt5.py::MT5EncoderOnlyModelTest::test_config",
56
+ "tests/models/mt5/test_modeling_mt5.py::MT5IntegrationTest::test_small_integration_test"
57
+ ],
58
+ "multi-gpu": [
59
+ "tests/models/mt5/test_modeling_mt5.py::MT5ModelTest::test_config",
60
+ "tests/models/mt5/test_modeling_mt5.py::MT5EncoderOnlyModelTest::test_config",
61
+ "tests/models/mt5/test_modeling_mt5.py::MT5IntegrationTest::test_small_integration_test"
62
+ ]
63
+ },
64
+ "pop2piano": {
65
+ "single-gpu": [
66
+ "tests/models/pop2piano/test_modeling_pop2piano.py::Pop2PianoModelTest::test_config"
67
+ ],
68
+ "multi-gpu": [
69
+ "tests/models/pop2piano/test_modeling_pop2piano.py::Pop2PianoModelTest::test_config"
70
+ ]
71
+ },
72
+ "rt_detr_v2": {
73
+ "single-gpu": [
74
+ "tests/models/rt_detr_v2/test_modeling_rt_detr_v2.py::RTDetrV2ModelTest::test_load_save_without_tied_weights"
75
+ ],
76
+ "multi-gpu": [
77
+ "tests/models/rt_detr_v2/test_modeling_rt_detr_v2.py::RTDetrV2ModelTest::test_load_save_without_tied_weights"
78
+ ]
79
+ },
80
+ "t5": {
81
+ "single-gpu": [
82
+ "tests/models/t5/test_modeling_t5.py::T5ModelTest::test_config",
83
+ "tests/models/t5/test_modeling_t5.py::T5EncoderOnlyModelTest::test_config",
84
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_byt5_integration_test",
85
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_v1_1_integration_test"
86
+ ],
87
+ "multi-gpu": [
88
+ "tests/models/t5/test_modeling_t5.py::T5ModelTest::test_config",
89
+ "tests/models/t5/test_modeling_t5.py::T5EncoderOnlyModelTest::test_config",
90
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_byt5_integration_test",
91
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_v1_1_integration_test"
92
+ ]
93
+ }
94
+ }