transformers/tests/pipelines
Joao Gante 3e5cc12855
[tests] remove tests from libraries with deprecated support (flax, tensorflow_text, ...) (#39051)
* rm tf/flax tests

* more flax deletions

* revert fixture change

* reverted test that should not be deleted; rm tf/flax test

* revert

* fix a few add-model-like tests

* fix add-model-like checkpoint source

* a few more

* test_get_model_files_only_pt fix

* fix test_retrieve_info_for_model_with_xxx

* fix test_retrieve_model_classes

* relative paths are the devil

* add todo
2025-06-26 16:25:00 +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 [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_automatic_speech_recognition.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_common.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_depth_estimation.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_document_question_answering.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_feature_extraction.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_fill_mask.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_image_classification.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_image_feature_extraction.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_image_segmentation.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_image_text_to_text.py fix condition where torch_dtype auto collides with model_kwargs. (#39054) 2025-06-26 14:52:57 +02: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 🚨🚨🚨 [pipelines] update defaults in pipelines that can generate (#38129) 2025-05-19 18:02:06 +01:00
test_pipelines_mask_generation.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_object_detection.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_question_answering.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_summarization.py 🚨🚨🚨 [pipelines] update defaults in pipelines that can generate (#38129) 2025-05-19 18:02:06 +01:00
test_pipelines_table_question_answering.py [tests] remove tests from libraries with deprecated support (flax, tensorflow_text, ...) (#39051) 2025-06-26 16:25:00 +01:00
test_pipelines_text_classification.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_text_generation.py fix condition where torch_dtype auto collides with model_kwargs. (#39054) 2025-06-26 14:52:57 +02:00
test_pipelines_text_to_audio.py 🚨Early-error🚨 config will error out if output_attentions=True and the attn implementation is wrong (#38288) 2025-05-23 17:17:38 +02:00
test_pipelines_text2text_generation.py 🚨🚨🚨 [pipelines] update defaults in pipelines that can generate (#38129) 2025-05-19 18:02:06 +01:00
test_pipelines_token_classification.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_translation.py 🚨🚨🚨 [pipelines] update defaults in pipelines that can generate (#38129) 2025-05-19 18:02:06 +01:00
test_pipelines_video_classification.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_visual_question_answering.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00: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 [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_zero_shot_object_detection.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00
test_pipelines_zero_shot.py [tests] remove TF tests (uses of require_tf) (#38944) 2025-06-25 17:29:10 +00:00