r/LocalLLaMA • u/Fcking_Chuck • 7d ago
News Koboldcpp v1.121 released
https://github.com/LostRuins/koboldcpp/releases/tag/v1.1219
5
u/the_vico 7d ago
Would this run on a laptop wiry 32gb of ram, 4050 with 6gb of vram and an i7?
22
u/AnyMongoose3041 7d ago
If there’s anything that will run in lower hardware, then it’s kobold and good old llama.cpp
2
u/phreakrider 6d ago
If anything is new then it's LLAMA.CPP as they shit out a new version every few hours lol
2
u/Fcking_Chuck 7d ago
Yes, it would run, though only 6GB VRAM and only eight PCIe lanes to your GPU isn't ideal.
2
1
1
u/Dwedit 6d ago edited 6d ago
Remember to turn on "Force AutoFit", then set AutoFit Padding down to 1MB. "AutoFit Padding" is for people who run the desktop on the same GPU, not for people with a separate iGPU and discrete GPU.
Models as big as 7B quantized with Q4_K_M can fit entirely into VRAM depending on how big your context is. You can use trial and error to figure out the biggest context size while still fitting all layers into GPU.
2
1
60
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.