Whisper and other TTS support #1948
|
Hey, thanks for the hard work as always! I was looking at adding TTS to my setup, and I see whisper being supported.
I want to run whisper-large-v3 (https://huggingface.co/openai/whisper-large-v3) at fp16 and possibly at other quants. In addition, I saw that parakeet (https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3) seems like a meaningful innovation, considering that whisper is already quite old. Is it possible for it to be supported as well? |
Replies: 1 comment
|
Support is provided by whisper.cpp, models are converted by ggerganov as part of the whisper.cpp project. You can browse all supported models here https://huggingface.co/ggerganov/whisper.cpp/tree/main |
Support is provided by whisper.cpp, models are converted by ggerganov as part of the whisper.cpp project. You can browse all supported models here https://huggingface.co/ggerganov/whisper.cpp/tree/main