Add whisper to IMPORTANT_MODELS (#30046)

Add whisper

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-04-05 09:06:40 +02:00
committed by GitHub
parent 517a3e670d
commit 24d787ce9d

View File

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