Skip to content

Commit

Permalink
explicitly added the basic files for llama.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 30, 2024
1 parent 778e297 commit bdf46aa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions llama-cpp-sys-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
links = "llama"

include = [
"/src",
"llama-cpp-sys-2/ggml.c",
"llama-cpp-sys-2/ggml.h",
"llama-cpp-sys-2/ggml-alloc.c",
"llama-cpp-sys-2/ggml-alloc.h",
"llama-cpp-sys-2/ggml-backend.c",
"llama-cpp-sys-2/ggml-backend.h",
"llama-cpp-sys-2/ggml-backend-impl.h",
"llama-cpp-sys-2/ggml-cuda.cu",
"llama-cpp-sys-2/ggml-cuda.h",
"llama-cpp-sys-2/ggml-impl.h",
"llama-cpp-sys-2/ggml-metal.m",
"llama-cpp-sys-2/ggml-metal.metal",
"llama-cpp-sys-2/ggml-mpi.c",
"llama-cpp-sys-2/ggml-mpi.h",
"llama-cpp-sys-2/ggml-opencl.cpp",
"llama-cpp-sys-2/ggml-opencl.h",
"llama-cpp-sys-2/ggml-quants.c",
"llama-cpp-sys-2/ggml-quants.h",
"llama-cpp-sys-2/llama.cpp",
"llama-cpp-sys-2/llama.h",
]

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

[dependencies]
Expand Down

0 comments on commit bdf46aa

Please sign in to comment.