chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
12.35k stars 933 forks source link

[Resolved] Whisper large v3 turbo support #925

Open yieme opened 2 weeks ago

yieme commented 2 weeks ago

Any possibility of adding support for https://huggingface.co/openai/whisper-large-v3-turbo

raivisdejus commented 6 days ago

Buzz already supports Turbo models. The "Huggingface" Whisper type in Buzz is running on the transformers engine, that supports the turbo models. To run it on Windows with GPU support you will need to wait for 1.2.0 release or get the latest development version from here https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain To see the download link you need to log into the Github.

Then select Huggingface whisper type and in the Huggingface model ID input box search for "openai" or "turbo" or paste "openai/whisper-large-v3-turbo"