Add missing ggml files

This commit is contained in:
Niko 2024-11-05 22:52:05 -07:00
parent a34640c71f
commit 7593e86f08
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -36,11 +36,14 @@ include = [
"whisper.cpp/ggml/include/ggml.h", "whisper.cpp/ggml/include/ggml.h",
"whisper.cpp/ggml/include/ggml-alloc.h", "whisper.cpp/ggml/include/ggml-alloc.h",
"whisper.cpp/ggml/include/ggml-backend.h", "whisper.cpp/ggml/include/ggml-backend.h",
"whisper.cpp/ggml/include/ggml-backend-impl.h",
"whisper.cpp/ggml/include/ggml-blas.h", "whisper.cpp/ggml/include/ggml-blas.h",
"whisper.cpp/ggml/include/ggml-cann.h", "whisper.cpp/ggml/include/ggml-cann.h",
"whisper.cpp/ggml/include/ggml-cuda.h", "whisper.cpp/ggml/include/ggml-cuda.h",
"whisper.cpp/ggml/include/ggml-kompute.h",
"whisper.cpp/ggml/include/ggml-metal.h", "whisper.cpp/ggml/include/ggml-metal.h",
"whisper.cpp/ggml/include/ggml-rpc.h",
"whisper.cpp/ggml/include/ggml-sycl.h",
"whisper.cpp/ggml/include/ggml-vulkan.h",
"whisper.cpp/LICENSE", "whisper.cpp/LICENSE",
"src/*.rs", "src/*.rs",
"build.rs", "build.rs",