From feacac693186d2881d620fdc9250c1b4d0d9bfb2 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 26 Nov 2023 17:43:32 -0700 Subject: [PATCH] include required files to build --- sys/Cargo.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index baae8d1..b429860 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -15,15 +15,21 @@ include = [ "whisper.cpp/CMakeLists.txt", "whisper.cpp/ggml.c", "whisper.cpp/ggml.h", - "whisper.cpp/ggml-opencl.c", - "whisper.cpp/ggml-opencl.h", + "whisper.cpp/ggml-alloc.c", + "whisper.cpp/ggml-alloc.h", + "whisper.cpp/ggml-backend.c", + "whisper.cpp/ggml-backend.h", + "whisper.cpp/ggml-backend-impl.h", "whisper.cpp/ggml-cuda.cu", "whisper.cpp/ggml-cuda.h", - "whisper.cpp/ggml-alloc.h", - "whisper.cpp/ggml-alloc.c", - "whisper.cpp/ggml-metal.metal", - "whisper.cpp/ggml-metal.m", + "whisper.cpp/ggml-impl.h", "whisper.cpp/ggml-metal.h", + "whisper.cpp/ggml-metal.m", + "whisper.cpp/ggml-metal.metal", + "whisper.cpp/ggml-opencl.cpp", + "whisper.cpp/ggml-opencl.h", + "whisper.cpp/ggml-quants.h", + "whisper.cpp/ggml-quants.c", "whisper.cpp/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h",