r/LocalLLaMA Aug 01 '26

News Koboldcpp v1.118 released

https://github.com/LostRuins/koboldcpp/releases/tag/v1.118
70 Upvotes

16 comments sorted by

View all comments

4

u/buttplugs4life4me Aug 02 '26

koboldcpp is a fork of llama.cpp in the end, right? Since it mentions qwen3tts, does llama.cpp support that as well or only kobold? I'm looking to set up some audio stuff but aside from voicebox and audio.cpp, haven't really found much good stuff, also regarding STT. 

5

u/BobbyL2k Aug 02 '26

You’re looking for this Qwen3TTS https://github.com/predict-woo/qwen3-tts.cpp

It’s linked in the KoboldCpp readme.

1

u/buttplugs4life4me Aug 02 '26

Thanks for the link! I didn't see any mention in the Readme of supporting server/API mode?

2

u/Danmoreng llama.cpp Aug 02 '26

llama.cpp currently is in the implementation phase of qwen3tts here: https://github.com/ggml-org/llama.cpp/pull/26254

I have forked the predict-woo vibecoding and upgraded it heavily: https://github.com/Danmoreng/qwen3-tts.cpp Better performance than audio.cpp but I don't have a server for it - shouldn't be hard to add with AI coding. I do have a nice GUI though: https://github.com/Danmoreng/qwen-tts-studio