Skip to content

Commit 290222e

Browse files
committed
added sgemm.h
1 parent 6d6be16 commit 290222e

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
@@ -37,7 +37,8 @@ include = [
3737
"/llama.cpp/unicode-data.h",
3838
"/llama.cpp/unicode-data.cpp",
3939
"/llama.cpp/ggml-common.h",
40-
"/llama.cpp/ggml-cuda"
40+
"/llama.cpp/ggml-cuda",
41+
"/llama.cpp/sgemm.h",
4142
]
4243

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

0 commit comments

Comments
 (0)