Merge pull request #59 from edef1c/include-ggml-opencl

include ggml-opencl in the crate
This commit is contained in:
0/0 2023-05-20 15:22:18 +00:00 committed by GitHub
commit 93f8d92d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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