How fast can I get a voice assistant to respond without a GPU? Qwen3-ASR and Kokoro-TTS ONNX on CPU.
Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.
| Been testing out the ONNX models to see how far I can push the CPU to take on ASR and TTS, so the GPU is completely free for running the LLM. The video attached shows me testing latency on a 2022 Macbook M2 and an AMD Ryzen 9 7900. This is just running the regex fast commands, so most of the latency (apart from grabbing the spotify music) should be from the ASR and TTS. These ONNX models are really great. The M2 is mostly usable, the Ryzen 9 is blazing fast. The two models I am running are: I have set a 5s follow-up time so I don't need to keep saying the wakeword. VAD picks up when I stop talking so the command shoots off to the regex. I'd be curious if anyone else can test this out on their systems. Putting the LLM in the middle opens up lots of possibilties:) All code is available here to anyone who wants to test: https://github.com/liampetti/fulloch [link] [comments] |
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.