@@ -10,26 +10,27 @@ links = "llama"
1010include = [
1111 " build.rs" ,
1212 " /src" ,
13- " llama-cpp-sys-2/ggml.c" ,
14- " llama-cpp-sys-2/ggml.h" ,
15- " llama-cpp-sys-2/ggml-alloc.c" ,
16- " llama-cpp-sys-2/ggml-alloc.h" ,
17- " llama-cpp-sys-2/ggml-backend.c" ,
18- " llama-cpp-sys-2/ggml-backend.h" ,
19- " llama-cpp-sys-2/ggml-backend-impl.h" ,
20- " llama-cpp-sys-2/ggml-cuda.cu" ,
21- " llama-cpp-sys-2/ggml-cuda.h" ,
22- " llama-cpp-sys-2/ggml-impl.h" ,
23- " llama-cpp-sys-2/ggml-metal.m" ,
24- " llama-cpp-sys-2/ggml-metal.metal" ,
25- " llama-cpp-sys-2/ggml-mpi.c" ,
26- " llama-cpp-sys-2/ggml-mpi.h" ,
27- " llama-cpp-sys-2/ggml-opencl.cpp" ,
28- " llama-cpp-sys-2/ggml-opencl.h" ,
29- " llama-cpp-sys-2/ggml-quants.c" ,
30- " llama-cpp-sys-2/ggml-quants.h" ,
31- " llama-cpp-sys-2/llama.cpp" ,
32- " llama-cpp-sys-2/llama.h" ,
13+ " /llama.cpp/ggml.c" ,
14+ " /llama.cpp/ggml.h" ,
15+ " /llama.cpp/ggml-alloc.c" ,
16+ " /llama.cpp/ggml-alloc.h" ,
17+ " /llama.cpp/ggml-backend.c" ,
18+ " /llama.cpp/ggml-backend.h" ,
19+ " /llama.cpp/ggml-backend-impl.h" ,
20+ " /llama.cpp/ggml-cuda.cu" ,
21+ " /llama.cpp/ggml-cuda.h" ,
22+ " /llama.cpp/ggml-impl.h" ,
23+ " /llama.cpp/ggml-metal.m" ,
24+ " /llama.cpp/ggml-metal.metal" ,
25+ " /llama.cpp/ggml-mpi.c" ,
26+ " /llama.cpp/ggml-mpi.h" ,
27+ " /llama.cpp/ggml-opencl.cpp" ,
28+ " /llama.cpp/ggml-opencl.h" ,
29+ " /llama.cpp/ggml-quants.c" ,
30+ " /llama.cpp/ggml-quants.h" ,
31+ " /llama.cpp/llama.cpp" ,
32+ " /llama.cpp/llama.h" ,
33+ " /llama.cpp/unicode.h" ,
3334]
3435
3536# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments