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 6576af0 commit ba6c2a8Copy full SHA for ba6c2a8
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
@@ -29,7 +29,9 @@ if (NOT GGML_HOME)
29
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c
30
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp
31
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
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
)
36
endif()
37
0 commit comments