]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper.android : add GGML_USE_CPU compile definition (#2945)
authorDaniel Bevenius <redacted>
Tue, 25 Mar 2025 17:01:18 +0000 (18:01 +0100)
committerGitHub <redacted>
Tue, 25 Mar 2025 17:01:18 +0000 (18:01 +0100)
commit996581c5e2cc5af24496fbc5c0e73703d3bd536f
tree81638b5afd211df2f9f5198d2549270967ce2a9e
parent226d344f565ea6140e7c6a583bc300a64454af58
whisper.android : add GGML_USE_CPU compile definition (#2945)

This commit add GGML_USE_CPU to built target library to enable CPU
backend.

The motivation for this that without the compile definition the CPU
backend is not enabled and the app will crash when trying to use it.
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt