Unverified Commit 89359e4c authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix `test_load_default_pipelines_pt` for `ClapModel` (#21886)



* fix tests

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 36ee1283
......@@ -302,7 +302,7 @@ SUPPORTED_TASKS = {
},
"zero-shot-audio-classification": {
"impl": ZeroShotAudioClassificationPipeline,
"tf": (TFAutoModel,) if is_tf_available() else (),
"tf": (),
"pt": (AutoModel,) if is_torch_available() else (),
"default": {
"model": {
......
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