Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Go into Silverpine_Data\StreamingAssets and open a command prompt there.

Then do: koboldcpp.exe --model "model.gguf" --usecublas --gpulayers 17 --quiet --multiuser 100 --skiplauncher --highpriority

Replace --usecublas with --usevulkan if you have an AMD GPU.
Replace 17 with 27 if you have 8 gb of vram, or 43 if you have 10 gb or more.

This will make it show the full error without closing.

This is the error I'm getting. I've tried updating PyInstaller but I get the same error.

(+1)

Looks like a file integrity issue or an antivirus blocking it somehow. Try deleting koboldcpp.exe and let the game download it again. If it doesn't work check your antivirus.

This didn't work at first but after moving the folder to my C drive and downloading koboldcpp.exe again it started working. Seems like the G drive was lacking some permissions. Thanks for the fast responses.