]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Sat, 8 Mar 2025 13:13:01 +0000 (15:13 +0200)
It is used by Whisper talk-llama example.

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

index 68b3f148eaf86f0e842314332b96759379c3babf..2ac18e6584137c1a9eb6cfe948c839f4b12a8790 100644 (file)
@@ -246,6 +246,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