From 16c02e927e2b05b45e9b5e4804c0493ce55e0232 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 6 Oct 2023 22:15:00 -0600 Subject: [PATCH] Add `whisper.cpp/ggml-alloc.*` to include array --- sys/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 22de6b6..4f985e0 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -19,6 +19,8 @@ include = [ "whisper.cpp/ggml-opencl.h", "whisper.cpp/ggml-cuda.cu", "whisper.cpp/ggml-cuda.h", + "whisper.cpp/ggml-alloc.h", + "whisper.cpp/ggml-alloc.c", "whisper.cpp/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h",