Unverified Commit c256bc6d authored by Arthur's avatar Arthur Committed by GitHub
Browse files

[ZAC] fix ci daily (#21893)

add correct revision after model was overwritten
parent 633e5e89
...@@ -306,7 +306,7 @@ SUPPORTED_TASKS = { ...@@ -306,7 +306,7 @@ SUPPORTED_TASKS = {
"pt": (AutoModel,) if is_torch_available() else (), "pt": (AutoModel,) if is_torch_available() else (),
"default": { "default": {
"model": { "model": {
"pt": ("laion/clap-htsat-fused", "f39917b"), "pt": ("laion/clap-htsat-fused", "973b6e5"),
} }
}, },
"type": "multimodal", "type": "multimodal",
......
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