From 290222e2f90800ab991f13f2e00f37bb58cccb70 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 21 Apr 2024 12:48:05 -0700 Subject: [PATCH] added `sgemm.h` --- llama-cpp-sys-2/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index 1d90485d..1e567954 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -37,7 +37,8 @@ include = [ "/llama.cpp/unicode-data.h", "/llama.cpp/unicode-data.cpp", "/llama.cpp/ggml-common.h", - "/llama.cpp/ggml-cuda" + "/llama.cpp/ggml-cuda", + "/llama.cpp/sgemm.h", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html