mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 11:29:43 +00:00
Makefile: include Makefile.local (#896)
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.
This commit is contained in:
parent
8ac8abb720
commit
46d9871e50
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,3 +1,6 @@
|
|||
# Add custom options to Makefile.local rather than editing this file.
|
||||
-include $(abspath $(lastword ${MAKEFILE_LIST})).local
|
||||
|
||||
default: koboldcpp_default koboldcpp_failsafe koboldcpp_openblas koboldcpp_noavx2 koboldcpp_clblast koboldcpp_clblast_noavx2 koboldcpp_cublas koboldcpp_hipblas koboldcpp_vulkan koboldcpp_vulkan_noavx2
|
||||
tools: quantize_gpt2 quantize_gptj quantize_gguf quantize_neox quantize_mpt quantize_clip whispermain sdmain gguf-split
|
||||
dev: koboldcpp_openblas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue