large distill too

master
Bel LaPointe 2023-11-30 09:12:38 -07:00
parent 9e97f8669d
commit 0667b5b5c6
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ for model in "tiny.en" "base.en" "small.en" "medium.en" "large-v2"; do
done
test -f ./ggml-distil-medium.en.bin || wget https://huggingface.co/distil-whisper/distil-medium.en/resolve/main/ggml-medium-32-2.en.bin?download=true -O ./ggml-distil-medium.en.bin
test -f ./ggml-distil-large-v2.bin || wget https://huggingface.co/distil-whisper/distil-large-v2/resolve/main/ggml-large-32-2.en.bin?download=true -O ./ggml-distil-large-v2.bin