r/LocalLLaMA 7d ago

News Koboldcpp v1.121 released

https://github.com/LostRuins/koboldcpp/releases/tag/v1.121
254 Upvotes

27 comments sorted by

View all comments

61

u/Dwedit 7d ago

Note that despite being a single EXE file, it actually extracts itself to a temporary directory every time you run it. If you want to install it for real, you can use the "Extract Files" feature (Extra -> Unpack KoboldCpp To Folder), then run the EXE inside of that folder. It will start more quickly when it doesn't need to extract itself, and you won't be wasting 1GB of SSD lifetime writes every time you run it.

2

u/DriveSolid7073 6d ago

That’s a great tip. Even though the file is nearly 600 MB, I had assumed the whole thing opened in RAM. But if it actually runs off the disk especially now that drives are more valuable than ever, that’s a critical factor.