Add missing ggml files
This commit is contained in:
parent
26b176525f
commit
a34640c71f
1 changed files with 10 additions and 0 deletions
|
|
@ -16,10 +16,18 @@ include = [
|
||||||
"whisper.cpp/src/CMakeLists.txt",
|
"whisper.cpp/src/CMakeLists.txt",
|
||||||
"whisper.cpp/src/whisper.cpp",
|
"whisper.cpp/src/whisper.cpp",
|
||||||
"whisper.cpp/include/whisper.h",
|
"whisper.cpp/include/whisper.h",
|
||||||
|
"whisper.cpp/ggml/CMakeLists.txt",
|
||||||
|
"whisper.cpp/ggml/src/CMakeLists.txt",
|
||||||
"whisper.cpp/ggml/src/ggml.c",
|
"whisper.cpp/ggml/src/ggml.c",
|
||||||
|
"whisper.cpp/ggml/src/ggml-aarch64.c",
|
||||||
|
"whisper.cpp/ggml/src/ggml-aarch64.h",
|
||||||
"whisper.cpp/ggml/src/ggml-alloc.c",
|
"whisper.cpp/ggml/src/ggml-alloc.c",
|
||||||
|
"whisper.cpp/ggml/src/ggml-backend-impl.h",
|
||||||
"whisper.cpp/ggml/src/ggml-backend.c",
|
"whisper.cpp/ggml/src/ggml-backend.c",
|
||||||
|
"whisper.cpp/ggml/src/ggml-backend.cpp",
|
||||||
"whisper.cpp/ggml/src/ggml-cuda.cu",
|
"whisper.cpp/ggml/src/ggml-cuda.cu",
|
||||||
|
"whisper.cpp/ggml/src/ggml-common.h",
|
||||||
|
"whisper.cpp/ggml/src/ggml-cpu-impl.h",
|
||||||
"whisper.cpp/ggml/src/ggml-impl.h",
|
"whisper.cpp/ggml/src/ggml-impl.h",
|
||||||
"whisper.cpp/ggml/src/ggml-metal.m",
|
"whisper.cpp/ggml/src/ggml-metal.m",
|
||||||
"whisper.cpp/ggml/src/ggml-metal.metal",
|
"whisper.cpp/ggml/src/ggml-metal.metal",
|
||||||
|
|
@ -29,6 +37,8 @@ include = [
|
||||||
"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-backend-impl.h",
|
||||||
|
"whisper.cpp/ggml/include/ggml-blas.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-metal.h",
|
"whisper.cpp/ggml/include/ggml-metal.h",
|
||||||
"whisper.cpp/LICENSE",
|
"whisper.cpp/LICENSE",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue