Skip to content

Commit

Permalink
ggml : add ggml-cpu.h to the public headers (llama/10204)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored and ggerganov committed Nov 8, 2024
1 parent e722448 commit e6cf460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e6cf460

Please sign in to comment.