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 69fe4b7 commit 6fb4cdbCopy full SHA for 6fb4cdb
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-quants.c
+ $(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