From 31845bbe942e3c7e453ef9e46fee53b798f05bcb Mon Sep 17 00:00:00 2001 From: edef Date: Fri, 19 May 2023 22:14:23 +0000 Subject: [PATCH] include ggml-opencl in the crate The opencl feature can't possibly work without including the actual code. --- sys/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 81469d3..e8d78ad 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -15,6 +15,8 @@ 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/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h",