mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix test_load_default_pipelines_pt
for ClapModel
(#21886)
* fix tests --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
36ee128375
commit
89359e4c63
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user