hf-transformers-bot commited on
Commit
9a7abf4
·
verified ·
1 Parent(s): 6d072c6

Upload 2025-11-27/runs/24101-19731275109/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-11-27/runs/24101-19731275109/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clip": {
3
+ "single-gpu": [
4
+ "tests/models/clip/test_modeling_clip.py::CLIPModelIntegrationTest::test_inference_interpolate_pos_encoding"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/clip/test_modeling_clip.py::CLIPModelIntegrationTest::test_inference_interpolate_pos_encoding"
8
+ ]
9
+ },
10
+ "idefics2": {
11
+ "single-gpu": [],
12
+ "multi-gpu": [
13
+ "tests/models/idefics2/test_modeling_idefics2.py::Idefics2ForConditionalGenerationIntegrationTest::test_integration_test",
14
+ "tests/models/idefics2/test_modeling_idefics2.py::Idefics2ForConditionalGenerationIntegrationTest::test_integration_test_4bit",
15
+ "tests/models/idefics2/test_modeling_idefics2.py::Idefics2ForConditionalGenerationIntegrationTest::test_integration_test_4bit_batch2"
16
+ ]
17
+ },
18
+ "janus": {
19
+ "single-gpu": [
20
+ "tests/models/janus/test_modeling_janus.py::JanusIntegrationTest::test_model_generate_images"
21
+ ],
22
+ "multi-gpu": [
23
+ "tests/models/janus/test_modeling_janus.py::JanusIntegrationTest::test_model_generate_images"
24
+ ]
25
+ },
26
+ "kosmos2_5": {
27
+ "single-gpu": [
28
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_eager"
29
+ ],
30
+ "multi-gpu": [
31
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_eager"
32
+ ]
33
+ },
34
+ "llava_onevision": {
35
+ "single-gpu": [
36
+ "tests/models/llava_onevision/test_modeling_llava_onevision.py::LlavaOnevisionForConditionalGenerationIntegrationTest::test_small_model_integration_test_batch_matches_single"
37
+ ],
38
+ "multi-gpu": [
39
+ "tests/models/llava_onevision/test_modeling_llava_onevision.py::LlavaOnevisionForConditionalGenerationIntegrationTest::test_small_model_integration_test_batch_matches_single"
40
+ ]
41
+ },
42
+ "mllama": {
43
+ "single-gpu": [],
44
+ "multi-gpu": [
45
+ "tests/models/mllama/test_modeling_mllama.py::MllamaForCausalLMModelTest::test_eager_padding_matches_padding_free_with_position_ids"
46
+ ]
47
+ },
48
+ "oneformer": {
49
+ "single-gpu": [
50
+ "tests/models/oneformer/test_modeling_oneformer.py::OneFormerModelIntegrationTest::test_inference_no_head",
51
+ "tests/models/oneformer/test_modeling_oneformer.py::OneFormerModelIntegrationTest::test_inference_universal_segmentation_head"
52
+ ],
53
+ "multi-gpu": [
54
+ "tests/models/oneformer/test_modeling_oneformer.py::OneFormerModelIntegrationTest::test_inference_no_head",
55
+ "tests/models/oneformer/test_modeling_oneformer.py::OneFormerModelIntegrationTest::test_inference_universal_segmentation_head"
56
+ ]
57
+ }
58
+ }