chore(models): add whisper-turbo via whisper.cpp (#6340)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-09-25 09:15:06 +02:00
committed by GitHub
parent fd4f432079
commit 585da99c52
2 changed files with 61 additions and 15 deletions

View File

@@ -95,6 +95,7 @@ var knownModelsNameSuffixToSkip []string = []string{
".DS_Store",
".",
".safetensors",
".bin",
".partial",
".tar.gz",
}