Skip to content

Commit b56a38e

Browse files
authored
Merge pull request #592 from babichjacob/fix-includes
update the `include`d files in `llama-cpp-sys-2` so that the crate can be published again
2 parents 4992c31 + d8ea6ba commit b56a38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ include = [
3131
"/llama.cpp/ggml/src/ggml-metal.metal",
3232

3333
"/llama.cpp/include/llama.h",
34+
"/llama.cpp/include/llama-cpp.h",
3435

36+
"/llama.cpp/ggml/src/ggml-cpu/**/*",
3537
"/llama.cpp/ggml/src/ggml-cuda/**/*",
36-
37-
"/llama.cpp/ggml/src/vulkan-shaders/**/*",
38+
"/llama.cpp/ggml/src/ggml-vulkan/**/*",
3839

3940
"/llama.cpp/ggml/src/llamafile/sgemm.h",
4041
"/llama.cpp/ggml/src/llamafile/sgemm.cpp",
@@ -45,7 +46,6 @@ include = [
4546
"/llama.cpp/common/CMakeLists.txt",
4647
"/llama.cpp/ggml/CMakeLists.txt",
4748
"/llama.cpp/ggml/src/CMakeLists.txt",
48-
"/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt",
4949
"/llama.cpp/src/CMakeLists.txt",
5050

5151
"/llama.cpp/cmake",

0 commit comments

Comments
 (0)