"tests/vscode:/vscode.git/clone" did not exist on "8f609ab9e00e99b05fe2463483748c1f664295d1"
Unverified Commit 57da42ad authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Enable `ZeroShotAudioClassificationPipelineTests::test_small_model_pt` (#24882)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 9c875839
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment