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.61k stars 948 forks source link

[Resolved] Whisper large v3 turbo support #925

Closed yieme closed 4 weeks ago

yieme commented 1 month ago

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

raivisdejus commented 1 month 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"

raivisdejus commented 4 weeks ago

Next Buzz version will have support for Turbo model also for the regular whisper mode. This feature is also available now in the latest development build https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain