Add missing ggml files

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

View file

@ -16,10 +16,18 @@ include = [
"whisper.cpp/src/CMakeLists.txt",
"whisper.cpp/src/whisper.cpp",
"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-aarch64.c",
"whisper.cpp/ggml/src/ggml-aarch64.h",
"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.cpp",
"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-metal.m",
"whisper.cpp/ggml/src/ggml-metal.metal",
@ -29,6 +37,8 @@ include = [
"whisper.cpp/ggml/include/ggml-alloc.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-cann.h",
"whisper.cpp/ggml/include/ggml-cuda.h",
"whisper.cpp/ggml/include/ggml-metal.h",
"whisper.cpp/LICENSE",