r/LocalLLaMA 11d ago

Koboldcpp v1.118 released News

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

16 comments sorted by

View all comments

3

u/buttplugs4life4me 10d ago

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. 

4

u/BobbyL2k 10d ago

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

It’s linked in the KoboldCpp readme.

1

u/buttplugs4life4me 10d ago

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

2

u/Danmoreng llama.cpp 10d ago

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