]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Told cmake to install ggml-cpp.h as a public header file. (ggml/1126)
authorpetterreinholdtsen <redacted>
Wed, 26 Feb 2025 20:44:00 +0000 (21:44 +0100)
committerGeorgi Gerganov <redacted>
Mon, 3 Mar 2025 16:18:11 +0000 (18:18 +0200)
It is used by Whisper talk-llama example.

Co-authored-by: Petter Reinholdtsen <redacted>
ggml/CMakeLists.txt

index 9e7db35602ecb91cd74a8db821990c20a7845129..835bf16e55ac34983a911b226cca2b38a3b2ff7e 100644 (file)
@@ -250,6 +250,7 @@ set(GGML_PUBLIC_HEADERS
     include/ggml-backend.h
     include/ggml-blas.h
     include/ggml-cann.h
+    include/ggml-cpp.h
     include/ggml-cuda.h
     include/ggml-kompute.h
     include/ggml-opt.h