We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc80a1 commit 2878b38Copy full SHA for 2878b38
llama-cpp-sys-2/Cargo.toml
@@ -30,6 +30,13 @@ include = [
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/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",
40
"/llama.cpp/include/llama.h",
41
"/llama.cpp/src/unicode.h",
42
"/llama.cpp/src/unicode.cpp",
@@ -41,6 +48,8 @@ include = [
48
"/llama.cpp/ggml/sgemm.h",
49
"/llama.cpp/ggml/src/ggml-cuda/*",
43
50
"/llama.cpp/ggml/src/ggml-cuda/template_instances/*",
51
+ "/llama.cpp/ggml/src/ggml-aarch64.h",
52
+ "/llama.cpp/ggml/src/ggml-aarch64.c",
44
53
]
45
54
46
55
# 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