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.66k stars 334 forks source link

failed to run "make" on termux #700

Closed dijkstrabc closed 6 months ago

dijkstrabc commented 6 months ago

20240220163755

it is an android snapdragon 8gen3 with 16gb ram, the building process turns out error with these post on the pic, python 3.11.8 is installed

LostRuins commented 6 months ago

Yes there was a bug in the code. Its been fixed in the experimental branch.

Try

git checkout concedo_experimental

Then git pull and make

dijkstrabc commented 6 months ago

Yes there was a bug in the code. Its been fixed in the experimental branch.

Try

git checkout concedo_experimental

Then git pull and make

problem solved, thanks

LostRuins commented 5 months ago

Should be fixed in stable now