LostRuins / koboldcpp

Run GGUF models easily with a KoboldAI UI. One File. Zero Install.
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.81k stars 343 forks source link

The project doesn't install anything #691

Open yurivict opened 6 months ago

yurivict commented 6 months ago

There are no 'install' instructions in cmake files.

It has only built 3 static libs: libcommon2.a libgpttype_adapter.a.

What can users do with these static libs?

Shouldn't there be any executables?

Version: 1.58 FreeBSD 14.0

LostRuins commented 6 months ago

Can you try building using the makefile instead of with cmake. The cmake file is only intended for Windows.

The output should be a dynamically loaded library e.g. koboldcpp_default.so or koboldcpp_default.dll which will be loaded by the koboldcpp.py script.