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",