transformers/tests/pipelines
VictorAtIfInsurance a0f4f3174f
allow unused input parameters passthrough when chunking in asr pipelines (#33889)
* allow unused parameter passthrough when chunking in asr pipelines

* format code

* format

* run fixup

* update tests

* update parameters to pipline in test

* updates parametrs in tests

* change spelling in gitignore

* revert .gitignore to main

* add git ignore of devcontainer folder

* assert asr output follows expected inference output type

* run fixup

* Remove .devcontainer from .gitignore

* remove compliance check
2024-11-25 11:36:44 +01:00
..
__init__.py [Test refactor 1/5] Per-folder tests reorganization (#15725) 2022-02-23 15:46:28 -05:00
test_pipelines_audio_classification.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_automatic_speech_recognition.py allow unused input parameters passthrough when chunking in asr pipelines (#33889) 2024-11-25 11:36:44 +01:00
test_pipelines_common.py Pipeline: no side-effects on model.config and model.generation_config 🔫 (#33480) 2024-09-18 15:43:06 +01:00
test_pipelines_depth_estimation.py Add post_process_depth_estimation to image processors and support ZoeDepth's inference intricacies (#32550) 2024-10-22 15:50:54 +02:00
test_pipelines_document_question_answering.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_feature_extraction.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_fill_mask.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_image_classification.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_image_feature_extraction.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_image_segmentation.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_image_text_to_text.py Add support for OpenAI api "image_url" input in chat for image-text-to-text pipeline (#34562) 2024-11-19 11:08:37 -05:00
test_pipelines_image_to_image.py Allow FP16 or other precision inference for Pipelines (#31342) 2024-07-05 17:21:50 +01:00
test_pipelines_image_to_text.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_mask_generation.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_object_detection.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_question_answering.py enable QA bf16 pipeline (#34483) 2024-10-31 12:55:53 +00:00
test_pipelines_summarization.py Avoid check expected exception when it is on CUDA (#34408) 2024-10-25 17:14:07 +02:00
test_pipelines_table_question_answering.py Allow FP16 or other precision inference for Pipelines (#31342) 2024-07-05 17:21:50 +01:00
test_pipelines_text_classification.py Fix default behaviour in TextClassificationPipeline for regression problem type (#34066) 2024-10-15 13:06:20 +01:00
test_pipelines_text_generation.py Avoid check expected exception when it is on CUDA (#34408) 2024-10-25 17:14:07 +02:00
test_pipelines_text_to_audio.py Run test_medium_seamless_m4t_pt in subprocess to avoid many failures (#34812) 2024-11-19 17:32:10 +01:00
test_pipelines_text2text_generation.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_token_classification.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_translation.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_video_classification.py Sync video classification pipeline with huggingface_hub spec (#34288) 2024-10-22 13:33:49 +01:00
test_pipelines_visual_question_answering.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_pipelines_zero_shot_audio_classification.py Allow FP16 or other precision inference for Pipelines (#31342) 2024-07-05 17:21:50 +01:00
test_pipelines_zero_shot_image_classification.py Image pipelines spec compliance (#33899) 2024-10-08 13:34:28 +01:00
test_pipelines_zero_shot_object_detection.py Add image text to text pipeline (#34170) 2024-10-31 15:48:11 -04:00
test_pipelines_zero_shot.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00