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