Spaces:
Sleeping
Sleeping
Diego Devesa
commited on
Commit
·
936a35f
1
Parent(s):
4700b48
ggml : add ggml-cpu.h to the public headers (llama/10204)
Browse files- ggml/CMakeLists.txt +1 -1
ggml/CMakeLists.txt
CHANGED
|
@@ -218,12 +218,12 @@ include(CMakePackageConfigHelpers)
|
|
| 218 |
# all public headers
|
| 219 |
set(GGML_PUBLIC_HEADERS
|
| 220 |
include/ggml.h
|
|
|
|
| 221 |
include/ggml-alloc.h
|
| 222 |
include/ggml-backend.h
|
| 223 |
include/ggml-blas.h
|
| 224 |
include/ggml-cann.h
|
| 225 |
include/ggml-cuda.h
|
| 226 |
-
include/ggml.h
|
| 227 |
include/ggml-kompute.h
|
| 228 |
include/ggml-metal.h
|
| 229 |
include/ggml-rpc.h
|
|
|
|
| 218 |
# all public headers
|
| 219 |
set(GGML_PUBLIC_HEADERS
|
| 220 |
include/ggml.h
|
| 221 |
+
include/ggml-cpu.h
|
| 222 |
include/ggml-alloc.h
|
| 223 |
include/ggml-backend.h
|
| 224 |
include/ggml-blas.h
|
| 225 |
include/ggml-cann.h
|
| 226 |
include/ggml-cuda.h
|
|
|
|
| 227 |
include/ggml-kompute.h
|
| 228 |
include/ggml-metal.h
|
| 229 |
include/ggml-rpc.h
|