KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
1.85k stars 172 forks source link

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

Open TouficKashmar opened 2 hours ago

TouficKashmar commented 2 hours ago

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 commented 2 hours ago

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.