From: Diego Devesa Date: Thu, 7 Nov 2024 17:16:08 +0000 (+0100) Subject: ggml : add ggml-cpu.h to the public headers (llama/10204) X-Git-Tag: upstream/1.7.4~238 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1550be79f149b4e7780683b585fc28f7bf1d9c6c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : add ggml-cpu.h to the public headers (llama/10204) --- diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index cfa6e3f7..6866a25d 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -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