LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.35k stars 312 forks source link

Makefile: include Makefile.local #896

Closed llfw closed 3 weeks ago

llfw commented 4 weeks ago

This allows local build options (like LLAMA_*) to be set in the local file instead of having to edit Makefile, or provide a long gmake command line on every build.

Using '-include' avoids generating a warning if Makefile.local doesn't exist.