From 0a40ae972821c5aa0d1a8d1ffdfa9ae421302bb5 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 31 Mar 2025 14:38:43 +0300 Subject: [PATCH] android : add new ggml source files ggml-ci --- .../whisper.android/lib/src/main/jni/whisper/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt index 02309289..6bd43137 100644 --- a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt +++ b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt @@ -32,6 +32,8 @@ if (NOT GGML_HOME) ${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 + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/unary-ops.cpp + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/binary-ops.cpp ) endif()