From 20d6d8e937940477eda13a093b371b8b14bc5ac8 Mon Sep 17 00:00:00 2001 From: newfla Date: Wed, 20 Nov 2024 21:08:51 +0100 Subject: [PATCH] fix: simplify whisper.cpp/ggml src include --- sys/Cargo.toml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 4321fe8..e0bcdac 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -12,27 +12,11 @@ include = [ "whisper.cpp/bindings/CMakeLists.txt", "whisper.cpp/CMakeLists.txt", "whisper.cpp/cmake", - "whisper.cpp/src/coreml", - "whisper.cpp/src/openvino", - "whisper.cpp/src/CMakeLists.txt", - "whisper.cpp/src/whisper.cpp", - "whisper.cpp/src/ggml-cpu-impl.h", + "whisper.cpp/src/**", "whisper.cpp/include/whisper.h", "whisper.cpp/ggml/cmake", "whisper.cpp/ggml/CMakeLists.txt", - "whisper.cpp/ggml/src/CMakeLists.txt", - "whisper.cpp/ggml/src/*.c", - "whisper.cpp/ggml/src/*.h", - "whisper.cpp/ggml/src/*.cpp", - "whisper.cpp/ggml/src/*.cu", - "whisper.cpp/ggml/src/*.m", - "whisper.cpp/ggml/src/*.metal", - "whisper.cpp/ggml/src/ggml-amx/*", - "whisper.cpp/ggml/src/ggml-cann/*", - "whisper.cpp/ggml/src/ggml-cuda/*", - "whisper.cpp/ggml/src/ggml-sycl/*", - "whisper.cpp/ggml/src/kompute-shaders/*", - "whisper.cpp/ggml/src/vulkan-shaders/*", + "whisper.cpp/ggml/src/**", "whisper.cpp/ggml/include/*.h", "whisper.cpp/LICENSE", "src/*.rs",