hf-transformers-bot commited on
Commit
ff755af
·
verified ·
1 Parent(s): 5ec0c27

Upload 2025-06-09/runs/156-15525740957/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-06-09/runs/156-15525740957/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "conditional_detr": {
3
+ "single-gpu": [
4
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
8
+ ]
9
+ },
10
+ "fastspeech2_conformer": {
11
+ "single-gpu": [],
12
+ "multi-gpu": [
13
+ "tests/models/fastspeech2_conformer/test_modeling_fastspeech2_conformer.py::FastSpeech2ConformerModelTest::test_multi_gpu_data_parallel_forward"
14
+ ]
15
+ },
16
+ "moonshine": {
17
+ "single-gpu": [],
18
+ "multi-gpu": [
19
+ "tests/models/moonshine/test_modeling_moonshine.py::MoonshineModelTest::test_sdpa_can_compile_dynamic"
20
+ ]
21
+ },
22
+ "omdet_turbo": {
23
+ "single-gpu": [],
24
+ "multi-gpu": [
25
+ "tests/models/omdet_turbo/test_modeling_omdet_turbo.py::OmDetTurboModelIntegrationTests::test_inference_object_detection_head_fp16"
26
+ ]
27
+ },
28
+ "pipelines": {
29
+ "single-gpu": [
30
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
31
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_threshold"
32
+ ],
33
+ "multi-gpu": []
34
+ }
35
+ }