File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
examples/whisper.android/lib/src/main/jni/whisper Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ let package = Package(
3636 " ggml/src/ggml-aarch64.c " ,
3737 " ggml/src/ggml-alloc.c " ,
3838 " ggml/src/ggml-backend.cpp " ,
39+ " ggml/src/ggml-cpu.c "
3940 " ggml/src/ggml-quants.c " ,
4041 " ggml/src/ggml-metal.m "
4142 ] ,
Original file line number Diff line number Diff line change 22- ../../src/whisper.cpp
33- ../../include/whisper.h
44- ../../ggml/src/ggml.c
5+ - ../../ggml/src/ggml-cpu.c
56- ../../ggml/src/ggml-impl.h
67- ../../ggml/src/ggml-aarch64.h
78- ../../ggml/src/ggml-aarch64.c
1819- ../../ggml/include/ggml.h
1920- ../../ggml/include/ggml-alloc.h
2021- ../../ggml/include/ggml-backend.h
22+ - ../../ggml/include/ggml-cpu.h
2123- ../../ggml/include/ggml-cuda.h
2224- ../../ggml/include/ggml-kompute.h
2325- ../../ggml/include/ggml-metal.h
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ if (NOT GGML_HOME)
1919 SOURCE_FILES
2020 ${SOURCE_FILES}
2121 ${WHISPER_LIB_DIR} /ggml/src/ggml.c
22+ ${WHISPER_LIB_DIR} /ggml/src/ggml-cpu.c
2223 ${WHISPER_LIB_DIR} /ggml/src/ggml-aarch64.c
2324 ${WHISPER_LIB_DIR} /ggml/src/ggml-alloc.c
2425 ${WHISPER_LIB_DIR} /ggml/src/ggml-backend.cpp
Original file line number Diff line number Diff line change 1+ ../ggml /include /ggml - cpp .h
Original file line number Diff line number Diff line change 1+ ../ggml /include /ggml - cpu .h
You can’t perform that action at this time.
0 commit comments