From 7593e86f086b6bc7dd33d4dc683c460bc696f09c Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 5 Nov 2024 22:52:05 -0700 Subject: [PATCH] Add missing ggml files --- sys/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 934b305..9d64457 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -36,11 +36,14 @@ include = [ "whisper.cpp/ggml/include/ggml.h", "whisper.cpp/ggml/include/ggml-alloc.h", "whisper.cpp/ggml/include/ggml-backend.h", - "whisper.cpp/ggml/include/ggml-backend-impl.h", "whisper.cpp/ggml/include/ggml-blas.h", "whisper.cpp/ggml/include/ggml-cann.h", "whisper.cpp/ggml/include/ggml-cuda.h", + "whisper.cpp/ggml/include/ggml-kompute.h", "whisper.cpp/ggml/include/ggml-metal.h", + "whisper.cpp/ggml/include/ggml-rpc.h", + "whisper.cpp/ggml/include/ggml-sycl.h", + "whisper.cpp/ggml/include/ggml-vulkan.h", "whisper.cpp/LICENSE", "src/*.rs", "build.rs",