Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

Support for whisper-large-v2?

Open CharreyW opened this issue 1 year ago • 2 comments

Hello there. Thank you for making this awesome app.

I want to ask about using whisper-large-v2 model. I got an error when i tried to use this model: https://huggingface.co/openai/whisper-large-v2

image

I tried using the recommended ggml-medium.bin (1.42GB) and it worked just fine. Thank you for your time and effort.

CharreyW avatar Sep 03 '23 13:09 CharreyW

There is no way to use original models from whisper or faster-whisper directly, instead you have to convert them to ggml format or just use the existing ggml models. Note that largev2 is nowdays often referred to as just "large". Described here: https://github.com/ggerganov/whisper.cpp

Look in "ggml format" section to find details about downloading existing ggml format models and for infos about how to convert models to ggml.

emcodem avatar Sep 03 '23 19:09 emcodem

I see. Thank you very much for your answer.

CharreyW avatar Sep 04 '23 11:09 CharreyW