ggml : add ggml-cpu.h to the public headers (#10204)
This commit is contained in:
parent
60e17ce23c
commit
97404c4a03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue