From 24d787ce9d362dc0e6151395cfd77337c6c8d475 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:06:40 +0200 Subject: [PATCH] Add `whisper` to `IMPORTANT_MODELS` (#30046) Add whisper Co-authored-by: ydshieh --- utils/tests_fetcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/tests_fetcher.py b/utils/tests_fetcher.py index af4785fb6d..6cc22cc5f1 100644 --- a/utils/tests_fetcher.py +++ b/utils/tests_fetcher.py @@ -91,6 +91,7 @@ IMPORTANT_MODELS = [ "opt", "longformer", "vit", + "whisper", # Pipeline-specific model (to be sure each pipeline has one model in this list) "tapas", "vilt",