Replies: 7 comments 21 replies
-
|
It doesn't work with parakeet - that's a pretty big lift to make work. I haven't got this work planned. I have mentioned on the website a few alternatives you might want to try |
Beta Was this translation helpful? Give feedback.
-
|
For what it's worth, I started a Parakeet spike here: #41 The biggest challenge is that parakeet-rs uses a library that needs to be fixed upstream before I can package it and release it. |
Beta Was this translation helpful? Give feedback.
-
|
@nbCloud91 Until we have a solution for natively connecting to parakeet models, I have a workaround that would let you use a parakeet backend. If you're up for running this project locally to provide a OpenAI compatible interface to the Parakeet models, VoxType 0.4.11 has a remote whisper configuration that can consume it. https://github.com/pnivek/Parakeet-ASR-FastAPI In my preliminary testing over a network connection, it was faster than my local GPU using Whisper models by quite a bit.
|
Beta Was this translation helpful? Give feedback.
-
|
@nbCloud91 It's a first pass, but if you want to give it a try, it's a start. A little rough, but would be interested to hear if it runs on your GPU and whether it's fast. https://github.com/peteonrails/voxtype/releases/tag/v0.5.0-beta.1 |
Beta Was this translation helpful? Give feedback.
-
|
@nbCloud91 New parakeet build with the TDT model is in prerelease if you want to try it out -- it is WAY better https://github.com/peteonrails/voxtype/releases/tag/v0.5.0-beta.2 |
Beta Was this translation helpful? Give feedback.
-
|
Voxtype 0.5.0 will include Parakeet support and will support two models:
Most users who speak one of the languages covered by the TDT model will want to select it over Whisper, especially if you are doing CPU transcription. On my daily driver, the CPU based Parakeet build runs as fast as the GPU accelerated Whisper build on an AMD Radeon 7800XT. Release date is not known yet, but likely within a week. |
Beta Was this translation helpful? Give feedback.
-
|
I have announced Parakeet support, so I am going to close this discussion thread. Thanks for suggesting this feature! I would not have investigated and built it without you bringing it up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for voxtype, I was looking exactly for something like this (there are other solutions but not as a single executable). I want to ask if we can use parakeet models?
Beta Was this translation helpful? Give feedback.
All reactions