Spaces:
Running
Running
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 filesIt is used by Whisper talk-llama example.
Co-authored-by: Petter Reinholdtsen <[email protected]>
- 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
|