include ggml-opencl in the crate

The opencl feature can't possibly work without including the actual
code.
This commit is contained in:
edef 2023-05-19 22:14:23 +00:00
parent 805dfcf36a
commit 31845bbe94

View file

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