We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cfdcb commit 0a40ae9Copy full SHA for 0a40ae9
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
@@ -32,6 +32,8 @@ if (NOT GGML_HOME)
32
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp
33
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c
34
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp
35
+ ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/unary-ops.cpp
36
+ ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/binary-ops.cpp
37
)
38
endif()
39
0 commit comments