Add missing ggml files
This commit is contained in:
parent
a34640c71f
commit
7593e86f08
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue