Skip to content

Commit 146730c

Browse files
authored
Merge pull request #418 from utilityai/fix-includes
changed includes to new directory structure.
2 parents ea20450 + b1c5016 commit 146730c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ links = "llama"
1010
include = [
1111
"build.rs",
1212
"/src",
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-metal.h",
26-
"/llama.cpp/ggml-mpi.c",
27-
"/llama.cpp/ggml-mpi.h",
28-
"/llama.cpp/ggml-opencl.cpp",
29-
"/llama.cpp/ggml-opencl.h",
30-
"/llama.cpp/ggml-quants.c",
31-
"/llama.cpp/ggml-quants.h",
32-
"/llama.cpp/llama.cpp",
33-
"/llama.cpp/llama.h",
34-
"/llama.cpp/unicode.h",
35-
"/llama.cpp/unicode.cpp",
36-
"/llama.cpp/unicode-data.h",
37-
"/llama.cpp/unicode-data.h",
38-
"/llama.cpp/unicode-data.cpp",
39-
"/llama.cpp/ggml-common.h",
40-
"/llama.cpp/ggml-cuda",
41-
"/llama.cpp/sgemm.h",
42-
"/llama.cpp/ggml-cuda/*",
43-
"/llama.cpp/ggml-cuda/template_instances/*",
13+
"/llama.cpp/ggml/src/ggml.c",
14+
"/llama.cpp/ggml/include/ggml.h",
15+
"/llama.cpp/ggml/src/ggml-alloc.c",
16+
"/llama.cpp/ggml/include/ggml-alloc.h",
17+
"/llama.cpp/ggml/src/ggml-backend.c",
18+
"/llama.cpp/ggml/include/ggml-backend.h",
19+
"/llama.cpp/ggml/src/ggml-backend-impl.h",
20+
"/llama.cpp/ggml/src/ggml-cuda.cu",
21+
"/llama.cpp/ggml/include/ggml-cuda.h",
22+
"/llama.cpp/ggml/src/ggml-impl.h",
23+
"/llama.cpp/ggml/src/ggml-metal.m",
24+
"/llama.cpp/ggml/src/ggml-metal.metal",
25+
"/llama.cpp/ggml/include/ggml-metal.h",
26+
"/llama.cpp/ggml/src/ggml-mpi.c",
27+
"/llama.cpp/ggml/src/ggml-mpi.h",
28+
"/llama.cpp/ggml/src/ggml-opencl.cpp",
29+
"/llama.cpp/ggml/src/ggml-opencl.h",
30+
"/llama.cpp/ggml/src/ggml-quants.c",
31+
"/llama.cpp/ggml/src/ggml-quants.h",
32+
"/llama.cpp/src/llama.cpp",
33+
"/llama.cpp/include/llama.h",
34+
"/llama.cpp/src/unicode.h",
35+
"/llama.cpp/src/unicode.cpp",
36+
"/llama.cpp/src/unicode-data.h",
37+
"/llama.cpp/src/unicode-data.h",
38+
"/llama.cpp/src/unicode-data.cpp",
39+
"/llama.cpp/ggml/src/ggml-common.h",
40+
"/llama.cpp/ggml/src/ggml-cuda",
41+
"/llama.cpp/ggml/sgemm.h",
42+
"/llama.cpp/ggml/src/ggml-cuda/*",
43+
"/llama.cpp/ggml/src/ggml-cuda/template_instances/*",
4444
]
4545

4646
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)