]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
split: add gguf-split in the make build target (#6262)
authorPierrick Hymbert <redacted>
Sat, 23 Mar 2024 16:18:13 +0000 (17:18 +0100)
committerGitHub <redacted>
Sat, 23 Mar 2024 16:18:13 +0000 (17:18 +0100)
Makefile

index b8b261abade6a94eceb25462386aa11db9e90138..4f260cc3da6e5617edec7926db580835fb166004 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Define the default target now so that it is always the first target
 BUILD_TARGETS = \
        main quantize quantize-stats perplexity imatrix embedding vdot q8dot train-text-from-scratch convert-llama2c-to-ggml \
-       simple batched batched-bench save-load-state server gguf llama-bench libllava.a llava-cli baby-llama beam-search  \
+       simple batched batched-bench save-load-state server gguf gguf-split llama-bench libllava.a llava-cli baby-llama beam-search  \
        speculative infill tokenize benchmark-matmult parallel finetune export-lora lookahead lookup passkey gritlm tests/test-c.o
 
 # Binaries only useful for tests