Skip to content

Commit 2878b38

Browse files
committed
added files
1 parent 2bc80a1 commit 2878b38

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ include = [
3030
"/llama.cpp/ggml/src/ggml-quants.c",
3131
"/llama.cpp/ggml/src/ggml-quants.h",
3232
"/llama.cpp/src/llama.cpp",
33+
"/llama.cpp/src/llama-impl.h",
34+
"/llama.cpp/src/llama-vocab.h",
35+
"/llama.cpp/src/llama-vocab.cpp",
36+
"/llama.cpp/src/llama-grammar.h",
37+
"/llama.cpp/src/llama-grammar.cpp",
38+
"/llama.cpp/src/llama-sampling.h",
39+
"/llama.cpp/src/llama-sampling.cpp",
3340
"/llama.cpp/include/llama.h",
3441
"/llama.cpp/src/unicode.h",
3542
"/llama.cpp/src/unicode.cpp",
@@ -41,6 +48,8 @@ include = [
4148
"/llama.cpp/ggml/sgemm.h",
4249
"/llama.cpp/ggml/src/ggml-cuda/*",
4350
"/llama.cpp/ggml/src/ggml-cuda/template_instances/*",
51+
"/llama.cpp/ggml/src/ggml-aarch64.h",
52+
"/llama.cpp/ggml/src/ggml-aarch64.c",
4453
]
4554

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

llama-cpp-sys-2/llama.cpp

0 commit comments

Comments
 (0)