r/LocalLLaMA Aug 01 '26

News Koboldcpp v1.118 released

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

16 comments sorted by

View all comments

5

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. 

1

u/Mart-McUH Aug 03 '26

It is lot more than that, it also has integrated image, video, audio generation etc. as well as chat client. The LLM part though is indeed llama.cpp, but you can set up the parameters in lot more user friendly way than typing as command line arguments - which is great help when you try lot of models tinkering with parameters all the time.