fix: simplify whisper.cpp/ggml src include
This commit is contained in:
parent
002c552fd7
commit
20d6d8e937
1 changed files with 2 additions and 18 deletions
|
|
@ -12,27 +12,11 @@ include = [
|
||||||
"whisper.cpp/bindings/CMakeLists.txt",
|
"whisper.cpp/bindings/CMakeLists.txt",
|
||||||
"whisper.cpp/CMakeLists.txt",
|
"whisper.cpp/CMakeLists.txt",
|
||||||
"whisper.cpp/cmake",
|
"whisper.cpp/cmake",
|
||||||
"whisper.cpp/src/coreml",
|
"whisper.cpp/src/**",
|
||||||
"whisper.cpp/src/openvino",
|
|
||||||
"whisper.cpp/src/CMakeLists.txt",
|
|
||||||
"whisper.cpp/src/whisper.cpp",
|
|
||||||
"whisper.cpp/src/ggml-cpu-impl.h",
|
|
||||||
"whisper.cpp/include/whisper.h",
|
"whisper.cpp/include/whisper.h",
|
||||||
"whisper.cpp/ggml/cmake",
|
"whisper.cpp/ggml/cmake",
|
||||||
"whisper.cpp/ggml/CMakeLists.txt",
|
"whisper.cpp/ggml/CMakeLists.txt",
|
||||||
"whisper.cpp/ggml/src/CMakeLists.txt",
|
"whisper.cpp/ggml/src/**",
|
||||||
"whisper.cpp/ggml/src/*.c",
|
|
||||||
"whisper.cpp/ggml/src/*.h",
|
|
||||||
"whisper.cpp/ggml/src/*.cpp",
|
|
||||||
"whisper.cpp/ggml/src/*.cu",
|
|
||||||
"whisper.cpp/ggml/src/*.m",
|
|
||||||
"whisper.cpp/ggml/src/*.metal",
|
|
||||||
"whisper.cpp/ggml/src/ggml-amx/*",
|
|
||||||
"whisper.cpp/ggml/src/ggml-cann/*",
|
|
||||||
"whisper.cpp/ggml/src/ggml-cuda/*",
|
|
||||||
"whisper.cpp/ggml/src/ggml-sycl/*",
|
|
||||||
"whisper.cpp/ggml/src/kompute-shaders/*",
|
|
||||||
"whisper.cpp/ggml/src/vulkan-shaders/*",
|
|
||||||
"whisper.cpp/ggml/include/*.h",
|
"whisper.cpp/ggml/include/*.h",
|
||||||
"whisper.cpp/LICENSE",
|
"whisper.cpp/LICENSE",
|
||||||
"src/*.rs",
|
"src/*.rs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue