Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing to Openai/whisper-large-v3-turbo #135

Open
TouficKashmar opened this issue Oct 17, 2024 · 2 comments
Open

Changing to Openai/whisper-large-v3-turbo #135

TouficKashmar opened this issue Oct 17, 2024 · 2 comments

Comments

@TouficKashmar
Copy link

What is the process if I want to change into the whisper-large-v3-turbo instead of using faster whisper? Could you please guide me on that?

@KoljaB
Copy link
Owner

KoljaB commented Oct 17, 2024

You can type "deepdml/faster-whisper-large-v3-turbo-ct2" as model parameter in RealtimeSTT to try out the new distil model directly. Since RealtimeSTT is based on faster_whisper there is no way of using the lib without it.

@homelab-00
Copy link
Contributor

homelab-00 commented Oct 17, 2024

As I understand it, any CTranslate2 converted model should -at least in theory- work. As indicated by KoljaB here.

The project uses the faster_whisper library for speech to text, and so it can use only models that are compatible with that library - those being CTranslate2 converted models like faster-whisper or distil-whisper or distil-faster-whisper.

Edit: deepdml/faster-whisper-large-v3-turbo-ct2 does indeed work fine on my system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants