transformers/tests/pipelines
st81 a11f692895
Some checks failed
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Waiting to run
Build documentation / build (push) Waiting to run
Slow tests on important models (on Push - A10) / Get all modified files (push) Waiting to run
Slow tests on important models (on Push - A10) / Slow & FA2 tests (push) Blocked by required conditions
Self-hosted runner (push-caller) / Check if setup was changed (push) Waiting to run
Self-hosted runner (push-caller) / build-docker-containers (push) Blocked by required conditions
Self-hosted runner (push-caller) / Trigger Push CI (push) Blocked by required conditions
Secret Leaks / trufflehog (push) Waiting to run
Update Transformers metadata / build_and_package (push) Waiting to run
New model PR merged notification / Notify new model (push) Has been cancelled
Fixes the failing test test_is_split_into_words in test_pipelines_token_classification.py (#39079)
* Fix test pipelines token classification for is_split_into_words

* Fix incorrect import format
2025-06-27 19:25:32 +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 Fixes the failing test test_is_split_into_words in test_pipelines_token_classification.py (#39079) 2025-06-27 19:25:32 +01: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