hf-transformers-bot commited on
Commit
2ce380d
·
verified ·
1 Parent(s): 911fc00

Upload 2025-05-27/runs/595-15265564675/ci_results_run_pipelines_torch_gpu/new_failures_against_15265552948.json with huggingface_hub

Browse files
2025-05-27/runs/595-15265564675/ci_results_run_pipelines_torch_gpu/new_failures_against_15265552948.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pipelines": {
3
+ "single-gpu": [
4
+ "tests/pipelines/test_pipelines_audio_classification.py::AudioClassificationPipelineTests::test_large_model_pt",
5
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_and_timestamps",
6
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_fast",
7
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_fast_with_lm",
8
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_with_lm",
9
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_input_parameter_passthrough",
10
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_large_model_pt_with_lm",
11
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_pipeline_assisted_generation",
12
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_pt_defaults",
13
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_return_timestamps_ctc_fast",
14
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_seamless_v2",
15
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
16
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_wav2vec2",
17
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
18
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
19
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
20
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
21
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_non_distil",
22
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speech_to_text_leveraged",
23
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_large",
24
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_large_with_input_features",
25
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_whisper",
26
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_whisper_batched",
27
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_wav2vec2_conformer_float16",
28
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_language",
29
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_large_timestamp_prediction",
30
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_prompted",
31
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_with_lm_fast",
32
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_with_local_lm_fast",
33
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_xls_r_from_en",
34
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_xls_r_to_en",
35
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_pipeline_accelerator",
36
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_pipeline_accelerator_indexed",
37
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_chunk_pipeline_batching_single_file",
38
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_feature_extractor",
39
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_preprocessor",
40
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_dynamic_pipeline",
41
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
42
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_oneformer",
43
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_save_load",
44
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_small_model_pt",
45
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_threshold",
46
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_continue_final_message",
47
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_image_url",
48
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_image_url_base64",
49
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_new_text",
50
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token",
51
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token_text_only",
52
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_conditional_generation_pt_blip",
53
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_conditional_generation_pt_pix2struct",
54
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_generation_pt_blip",
55
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_integration_torch_object_detection",
56
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_large_model_pt",
57
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_small_model_pt",
58
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_threshold",
59
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_course",
60
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_pt",
61
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_small_model_japanese",
62
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_small_model_long_context_cls_slow",
63
+ "tests/pipelines/test_pipelines_table_question_answering.py::TQAPipelineTests::test_integration_wtq_pt",
64
+ "tests/pipelines/test_pipelines_table_question_answering.py::TQAPipelineTests::test_integration_wtq_pt_fp16",
65
+ "tests/pipelines/test_pipelines_text_classification.py::TextClassificationPipelineTests::test_pt_bert",
66
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_pipeline_assisted_generation",
67
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_continue_final_message",
68
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_continue_final_message_override",
69
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_pt",
70
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_with_dataset_pt",
71
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_with_iterator_pt",
72
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_model_pt",
73
+ "tests/pipelines/test_pipelines_token_classification.py::TokenClassificationPipelineTests::test_accelerator",
74
+ "tests/pipelines/test_pipelines_token_classification.py::TokenClassificationPipelineTests::test_simple",
75
+ "tests/pipelines/test_pipelines_translation.py::TranslationNewFormatPipelineTests::test_default_translations",
76
+ "tests/pipelines/test_pipelines_video_classification.py::VideoClassificationPipelineTests::test_small_model_pt",
77
+ "tests/pipelines/test_pipelines_visual_question_answering.py::VisualQuestionAnsweringPipelineTests::test_small_model_pt_dataset",
78
+ "tests/pipelines/test_pipelines_zero_shot_audio_classification.py::ZeroShotAudioClassificationPipelineTests::test_small_model_pt",
79
+ "tests/pipelines/test_pipelines_zero_shot_audio_classification.py::ZeroShotAudioClassificationPipelineTests::test_small_model_pt_fp16",
80
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_blip2_model_pt",
81
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_siglip_model_pt",
82
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_large_model_pt",
83
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_threshold",
84
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_top_k"
85
+ ],
86
+ "multi-gpu": [
87
+ "tests/pipelines/test_pipelines_audio_classification.py::AudioClassificationPipelineTests::test_large_model_pt",
88
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_and_timestamps",
89
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_fast",
90
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_fast_with_lm",
91
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_chunking_with_lm",
92
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_input_parameter_passthrough",
93
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_large_model_pt_with_lm",
94
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_pipeline_assisted_generation",
95
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_pt_defaults",
96
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_return_timestamps_ctc_fast",
97
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_seamless_v2",
98
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
99
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_wav2vec2",
100
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
101
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
102
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
103
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_distil",
104
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speculative_decoding_whisper_non_distil",
105
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_speech_to_text_leveraged",
106
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_large",
107
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_large_with_input_features",
108
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_whisper",
109
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_torch_whisper_batched",
110
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_wav2vec2_conformer_float16",
111
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_language",
112
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_large_timestamp_prediction",
113
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_whisper_prompted",
114
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_with_lm_fast",
115
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_with_local_lm_fast",
116
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_xls_r_from_en",
117
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_xls_r_to_en",
118
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_pipeline_accelerator",
119
+ "tests/pipelines/test_pipelines_common.py::PipelineUtilsTest::test_pipeline_accelerator_indexed",
120
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_chunk_pipeline_batching_single_file",
121
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_feature_extractor",
122
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_custom_code_with_string_preprocessor",
123
+ "tests/pipelines/test_pipelines_common.py::CustomPipelineTest::test_dynamic_pipeline",
124
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
125
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_oneformer",
126
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_save_load",
127
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_small_model_pt",
128
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_threshold",
129
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_continue_final_message",
130
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_image_url",
131
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_image_url_base64",
132
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template_new_text",
133
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token",
134
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token_text_only",
135
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_conditional_generation_pt_blip",
136
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_conditional_generation_pt_pix2struct",
137
+ "tests/pipelines/test_pipelines_image_to_text.py::ImageToTextPipelineTests::test_generation_pt_blip",
138
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_integration_torch_object_detection",
139
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_large_model_pt",
140
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_small_model_pt",
141
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_threshold",
142
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_course",
143
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_large_model_pt",
144
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_small_model_japanese",
145
+ "tests/pipelines/test_pipelines_question_answering.py::QAPipelineTests::test_small_model_long_context_cls_slow",
146
+ "tests/pipelines/test_pipelines_table_question_answering.py::TQAPipelineTests::test_integration_wtq_pt",
147
+ "tests/pipelines/test_pipelines_table_question_answering.py::TQAPipelineTests::test_integration_wtq_pt_fp16",
148
+ "tests/pipelines/test_pipelines_text_classification.py::TextClassificationPipelineTests::test_pt_bert",
149
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_pipeline_assisted_generation",
150
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_continue_final_message",
151
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_continue_final_message_override",
152
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_pt",
153
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_with_dataset_pt",
154
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_chat_model_with_iterator_pt",
155
+ "tests/pipelines/test_pipelines_text_generation.py::TextGenerationPipelineTests::test_small_model_pt",
156
+ "tests/pipelines/test_pipelines_token_classification.py::TokenClassificationPipelineTests::test_accelerator",
157
+ "tests/pipelines/test_pipelines_token_classification.py::TokenClassificationPipelineTests::test_simple",
158
+ "tests/pipelines/test_pipelines_translation.py::TranslationNewFormatPipelineTests::test_default_translations",
159
+ "tests/pipelines/test_pipelines_video_classification.py::VideoClassificationPipelineTests::test_small_model_pt",
160
+ "tests/pipelines/test_pipelines_visual_question_answering.py::VisualQuestionAnsweringPipelineTests::test_small_model_pt_dataset",
161
+ "tests/pipelines/test_pipelines_zero_shot_audio_classification.py::ZeroShotAudioClassificationPipelineTests::test_small_model_pt",
162
+ "tests/pipelines/test_pipelines_zero_shot_audio_classification.py::ZeroShotAudioClassificationPipelineTests::test_small_model_pt_fp16",
163
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_blip2_model_pt",
164
+ "tests/pipelines/test_pipelines_zero_shot_image_classification.py::ZeroShotImageClassificationPipelineTests::test_siglip_model_pt",
165
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_large_model_pt",
166
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_threshold",
167
+ "tests/pipelines/test_pipelines_zero_shot_object_detection.py::ZeroShotObjectDetectionPipelineTests::test_top_k",
168
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_slow_unfinished_sequence"
169
+ ]
170
+ }
171
+ }