include ggml-opencl in the crate
The opencl feature can't possibly work without including the actual code.
This commit is contained in:
parent
805dfcf36a
commit
31845bbe94
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ include = [
|
||||||
"whisper.cpp/CMakeLists.txt",
|
"whisper.cpp/CMakeLists.txt",
|
||||||
"whisper.cpp/ggml.c",
|
"whisper.cpp/ggml.c",
|
||||||
"whisper.cpp/ggml.h",
|
"whisper.cpp/ggml.h",
|
||||||
|
"whisper.cpp/ggml-opencl.c",
|
||||||
|
"whisper.cpp/ggml-opencl.h",
|
||||||
"whisper.cpp/LICENSE",
|
"whisper.cpp/LICENSE",
|
||||||
"whisper.cpp/whisper.cpp",
|
"whisper.cpp/whisper.cpp",
|
||||||
"whisper.cpp/whisper.h",
|
"whisper.cpp/whisper.h",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue