From 57da42ad053cc421b224c18d4545db485357c06e Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:08:53 +0200 Subject: [PATCH] Enable `ZeroShotAudioClassificationPipelineTests::test_small_model_pt` (#24882) fix Co-authored-by: ydshieh --- .../pipelines/test_pipelines_zero_shot_audio_classification.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pipelines/test_pipelines_zero_shot_audio_classification.py b/tests/pipelines/test_pipelines_zero_shot_audio_classification.py index f766a58978..87f91a7d27 100644 --- a/tests/pipelines/test_pipelines_zero_shot_audio_classification.py +++ b/tests/pipelines/test_pipelines_zero_shot_audio_classification.py @@ -27,8 +27,6 @@ class ZeroShotAudioClassificationPipelineTests(unittest.TestCase): # and only CLAP would be there for now. # model_mapping = {CLAPConfig: CLAPModel} - # TODO: fix me (ydshieh) - @unittest.skip("currently failing (probably due to `datasets` issue)") @require_torch def test_small_model_pt(self): audio_classifier = pipeline(