Skip to content

Commit 4621868

Browse files
committed
updated (and tested with dry run)
1 parent 45d6c1c commit 4621868

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@ links = "llama"
1010
include = [
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

Comments
 (0)