[ZAC] fix ci daily (#21893)

add correct revision after model was overwritten
This commit is contained in:
Arthur
2023-03-02 10:46:03 +01:00
committed by GitHub
parent 633e5e89f7
commit c256bc6d10

View File

@@ -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",