File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
examples/whisper.android/lib/src/main/jni/whisper Expand file tree Collapse file tree 3 files changed +3
-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
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
You can’t perform that action at this time.
0 commit comments