Skip to content

Commit

Permalink
update the included files in llama-cpp-sys-2 so that the crate ca…
Browse files Browse the repository at this point in the history
…n be published again
  • Loading branch information
babichjacob committed Dec 3, 2024
1 parent 4992c31 commit d8ea6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llama-cpp-sys-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ include = [
"/llama.cpp/ggml/src/ggml-metal.metal",

"/llama.cpp/include/llama.h",
"/llama.cpp/include/llama-cpp.h",

"/llama.cpp/ggml/src/ggml-cpu/**/*",
"/llama.cpp/ggml/src/ggml-cuda/**/*",

"/llama.cpp/ggml/src/vulkan-shaders/**/*",
"/llama.cpp/ggml/src/ggml-vulkan/**/*",

"/llama.cpp/ggml/src/llamafile/sgemm.h",
"/llama.cpp/ggml/src/llamafile/sgemm.cpp",
Expand All @@ -45,7 +46,6 @@ include = [
"/llama.cpp/common/CMakeLists.txt",
"/llama.cpp/ggml/CMakeLists.txt",
"/llama.cpp/ggml/src/CMakeLists.txt",
"/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt",
"/llama.cpp/src/CMakeLists.txt",

"/llama.cpp/cmake",
Expand Down

0 comments on commit d8ea6ba

Please sign in to comment.