transformers/tests/pipelines
Fanli Lin 2fa876d2d8
[tests] make cuda-only tests device-agnostic (#35607)
* intial commit

* remove unrelated files

* further remove

* Update test_trainer.py

* fix style
2025-01-13 14:48:39 +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 Pipeline: simple API for assisted generation (#34504) 2025-01-08 17:08:02 +00: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 Aurevoir PyTorch 1 (#35358) 2024-12-20 14:36:31 +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 [tests] make cuda-only tests device-agnostic (#35607) 2025-01-13 14:48:39 +01:00
test_pipelines_text_to_audio.py Fix seamless TTS generate (#34968) 2024-12-11 15:38:42 +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