]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
android : try to fix build
authorGeorgi Gerganov <redacted>
Wed, 18 Dec 2024 07:54:23 +0000 (09:54 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Dec 2024 10:52:16 +0000 (12:52 +0200)
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt

index 5c68e840eeaa6a30e555d07d2dce91d4aee3ef7b..9bf4c6695601097614522d0e88576040bd3c496e 100644 (file)
@@ -29,7 +29,9 @@ if (NOT GGML_HOME)
         ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c
         ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp
         ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
+        ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp
         ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c
+        ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp
         )
 endif()