models : add the new "large" model release by OpenAI

The old "large" model is now renamed "large-v1".
If you have been using it, make sure to rename it and download the new
"large" model for best results.
This commit is contained in:
Georgi Gerganov
2022-12-06 18:48:57 +02:00
parent 13e8eb2346
commit 9fe7306f4b
8 changed files with 12 additions and 9 deletions

View File

@ -34,7 +34,7 @@ if [ -n "$3" ]; then
fi
# Whisper models
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large" )
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large" )
# list available models
function list_models {