include required files to build
This commit is contained in:
parent
276bc43a35
commit
feacac6931
1 changed files with 12 additions and 6 deletions
|
|
@ -15,15 +15,21 @@ 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-alloc.c",
|
||||||
"whisper.cpp/ggml-opencl.h",
|
"whisper.cpp/ggml-alloc.h",
|
||||||
|
"whisper.cpp/ggml-backend.c",
|
||||||
|
"whisper.cpp/ggml-backend.h",
|
||||||
|
"whisper.cpp/ggml-backend-impl.h",
|
||||||
"whisper.cpp/ggml-cuda.cu",
|
"whisper.cpp/ggml-cuda.cu",
|
||||||
"whisper.cpp/ggml-cuda.h",
|
"whisper.cpp/ggml-cuda.h",
|
||||||
"whisper.cpp/ggml-alloc.h",
|
"whisper.cpp/ggml-impl.h",
|
||||||
"whisper.cpp/ggml-alloc.c",
|
|
||||||
"whisper.cpp/ggml-metal.metal",
|
|
||||||
"whisper.cpp/ggml-metal.m",
|
|
||||||
"whisper.cpp/ggml-metal.h",
|
"whisper.cpp/ggml-metal.h",
|
||||||
|
"whisper.cpp/ggml-metal.m",
|
||||||
|
"whisper.cpp/ggml-metal.metal",
|
||||||
|
"whisper.cpp/ggml-opencl.cpp",
|
||||||
|
"whisper.cpp/ggml-opencl.h",
|
||||||
|
"whisper.cpp/ggml-quants.h",
|
||||||
|
"whisper.cpp/ggml-quants.c",
|
||||||
"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