hf-transformers-bot commited on
Commit
ebdba8f
·
verified ·
1 Parent(s): b19fee3

Upload 2025-12-11/runs/25268-20141816827/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-12-11/runs/25268-20141816827/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bart": {
3
+ "single-gpu": [
4
+ "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_inference_no_head"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_inference_no_head"
8
+ ]
9
+ },
10
+ "deformable_detr": {
11
+ "single-gpu": [],
12
+ "multi-gpu": [
13
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelTest::test_batching_equivalence"
14
+ ]
15
+ },
16
+ "encoder_decoder": {
17
+ "single-gpu": [
18
+ "tests/models/encoder_decoder/test_modeling_encoder_decoder.py::BartEncoderDecoderModelTest::test_real_model_save_load_from_pretrained"
19
+ ],
20
+ "multi-gpu": [
21
+ "tests/models/encoder_decoder/test_modeling_encoder_decoder.py::BartEncoderDecoderModelTest::test_real_model_save_load_from_pretrained"
22
+ ]
23
+ },
24
+ "mt5": {
25
+ "single-gpu": [
26
+ "tests/models/mt5/test_modeling_mt5.py::MT5IntegrationTest::test_small_integration_test"
27
+ ],
28
+ "multi-gpu": [
29
+ "tests/models/mt5/test_modeling_mt5.py::MT5IntegrationTest::test_small_integration_test"
30
+ ]
31
+ }
32
+ }