hf-transformers-bot commited on
Commit
1236f1f
·
verified ·
1 Parent(s): 8cd4d0c

Upload 2025-07-02/runs/179-16014960176/ci_results_run_pipelines_torch_gpu/new_failures.json with huggingface_hub

Browse files
2025-07-02/runs/179-16014960176/ci_results_run_pipelines_torch_gpu/new_failures.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pipelines": {
3
+ "single-gpu": [
4
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
5
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
6
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
7
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
8
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_load_default_pipelines_pt",
9
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_load_default_pipelines_pt_table_qa",
10
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_cached_pipeline_has_minimum_calls_to_head",
11
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_tokenizer",
12
+ "tests/pipelines/test_pipelines_depth_estimation.py::DepthEstimationPipelineTests::test_multiprocess",
13
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt_bf16",
14
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
15
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template",
16
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token",
17
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_issue",
18
+ "tests/pipelines/test_pipelines_text_to_audio.py::TextToAudioPipelineTests::test_generative_model_kwargs",
19
+ "tests/pipelines/test_pipelines_visual_question_answering.py::VisualQuestionAnsweringPipelineTests::test_large_model_pt_blip2",
20
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_small_model_pt",
21
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_small_model_pt_fp16"
22
+ ],
23
+ "multi-gpu": [
24
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
25
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
26
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
27
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
28
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_load_default_pipelines_pt",
29
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_load_default_pipelines_pt_table_qa",
30
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_cached_pipeline_has_minimum_calls_to_head",
31
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_tokenizer",
32
+ "tests/pipelines/test_pipelines_depth_estimation.py::DepthEstimationPipelineTests::test_multiprocess",
33
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt_bf16",
34
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
35
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template",
36
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token",
37
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_issue",
38
+ "tests/pipelines/test_pipelines_text_to_audio.py::TextToAudioPipelineTests::test_generative_model_kwargs",
39
+ "tests/pipelines/test_pipelines_visual_question_answering.py::VisualQuestionAnsweringPipelineTests::test_large_model_pt_blip2",
40
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_small_model_pt",
41
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_small_model_pt_fp16"
42
+ ]
43
+ }
44
+ }