Skip to content

Commit

Permalink
ggml : add ggml-cpu.h to the public headers (ggerganov#10204)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Nov 7, 2024
1 parent 60e17ce commit 97404c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97404c4

Please sign in to comment.