Skip to content

Commit 34054a1

Browse files
committed
added ggml cuda to package
1 parent 0ef6c8c commit 34054a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ include = [
3636
"/llama.cpp/unicode-data.h",
3737
"/llama.cpp/unicode-data.h",
3838
"/llama.cpp/unicode-data.cpp",
39-
"/llama.cpp/ggml-common.h"
39+
"/llama.cpp/ggml-common.h",
40+
"/llama.cpp/ggml-cuda"
4041
]
4142

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

0 commit comments

Comments
 (0)