petterreinholdtsen Petter Reinholdtsen commited on
Commit
3d4f29c
·
1 Parent(s): 4674264

Told cmake to install ggml-cpp.h as a public header file. (ggml/1126)

Browse files

It is used by Whisper talk-llama example.

Co-authored-by: Petter Reinholdtsen <[email protected]>

Files changed (1) hide show
  1. ggml/CMakeLists.txt +1 -0
ggml/CMakeLists.txt CHANGED
@@ -246,6 +246,7 @@ set(GGML_PUBLIC_HEADERS
246
  include/ggml-backend.h
247
  include/ggml-blas.h
248
  include/ggml-cann.h
 
249
  include/ggml-cuda.h
250
  include/ggml-kompute.h
251
  include/ggml-opt.h
 
246
  include/ggml-backend.h
247
  include/ggml-blas.h
248
  include/ggml-cann.h
249
+ include/ggml-cpp.h
250
  include/ggml-cuda.h
251
  include/ggml-kompute.h
252
  include/ggml-opt.h