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.
2 parents 4992c31 + d8ea6ba commit b56a38eCopy full SHA for b56a38e
llama-cpp-sys-2/Cargo.toml
@@ -31,10 +31,11 @@ include = [
31
"/llama.cpp/ggml/src/ggml-metal.metal",
32
33
"/llama.cpp/include/llama.h",
34
+ "/llama.cpp/include/llama-cpp.h",
35
36
+ "/llama.cpp/ggml/src/ggml-cpu/**/*",
37
"/llama.cpp/ggml/src/ggml-cuda/**/*",
-
- "/llama.cpp/ggml/src/vulkan-shaders/**/*",
38
+ "/llama.cpp/ggml/src/ggml-vulkan/**/*",
39
40
"/llama.cpp/ggml/src/llamafile/sgemm.h",
41
"/llama.cpp/ggml/src/llamafile/sgemm.cpp",
@@ -45,7 +46,6 @@ include = [
45
46
"/llama.cpp/common/CMakeLists.txt",
47
"/llama.cpp/ggml/CMakeLists.txt",
48
"/llama.cpp/ggml/src/CMakeLists.txt",
- "/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt",
49
"/llama.cpp/src/CMakeLists.txt",
50
51
"/llama.cpp/cmake",
0 commit comments