From 756646ccffaca8049198d81ab184d56083f9162d Mon Sep 17 00:00:00 2001 From: Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> Date: Wed, 20 Mar 2024 07:42:18 -0700 Subject: [PATCH] Update Cargo.toml --- llama-cpp-sys-2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index d865bb93..1fb01c85 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -33,6 +33,7 @@ include = [ "/llama.cpp/llama.h", "/llama.cpp/unicode.h", "/llama.cpp/unicode.cpp", + "/llama.cpp/ggml-common.h" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html