]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : add ggml-cpu.h to the public headers (llama/10204)
authorDiego Devesa <redacted>
Thu, 7 Nov 2024 17:16:08 +0000 (18:16 +0100)
committerGeorgi Gerganov <redacted>
Fri, 15 Nov 2024 13:21:04 +0000 (15:21 +0200)
ggml/CMakeLists.txt

index cfa6e3f70e4a3bb338cff4330c8c2977de97b756..6866a25d3d4455568822530d1a99635f0d423dfe 100644 (file)
@@ -218,12 +218,12 @@ include(CMakePackageConfigHelpers)
 # all public headers
 set(GGML_PUBLIC_HEADERS
     include/ggml.h
+    include/ggml-cpu.h
     include/ggml-alloc.h
     include/ggml-backend.h
     include/ggml-blas.h
     include/ggml-cann.h
     include/ggml-cuda.h
-    include/ggml.h
     include/ggml-kompute.h
     include/ggml-metal.h
     include/ggml-rpc.h