Skip to content

Commit

Permalink
Merge pull request #445 from utilityai/fix-release
Browse files Browse the repository at this point in the history
added files
  • Loading branch information
MarcusDunn authored Aug 9, 2024
2 parents 2bc80a1 + 2878b38 commit 6546e6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions llama-cpp-sys-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ include = [
"/llama.cpp/ggml/src/ggml-quants.c",
"/llama.cpp/ggml/src/ggml-quants.h",
"/llama.cpp/src/llama.cpp",
"/llama.cpp/src/llama-impl.h",
"/llama.cpp/src/llama-vocab.h",
"/llama.cpp/src/llama-vocab.cpp",
"/llama.cpp/src/llama-grammar.h",
"/llama.cpp/src/llama-grammar.cpp",
"/llama.cpp/src/llama-sampling.h",
"/llama.cpp/src/llama-sampling.cpp",
"/llama.cpp/include/llama.h",
"/llama.cpp/src/unicode.h",
"/llama.cpp/src/unicode.cpp",
Expand All @@ -41,6 +48,8 @@ include = [
"/llama.cpp/ggml/sgemm.h",
"/llama.cpp/ggml/src/ggml-cuda/*",
"/llama.cpp/ggml/src/ggml-cuda/template_instances/*",
"/llama.cpp/ggml/src/ggml-aarch64.h",
"/llama.cpp/ggml/src/ggml-aarch64.c",
]

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

0 comments on commit 6546e6d

Please sign in to comment.