Spaces:
Sleeping
Sleeping
android : add new ggml source files
Browse files
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
CHANGED
|
@@ -32,6 +32,8 @@ if (NOT GGML_HOME)
|
|
| 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 |
|
|
|
|
| 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 |
+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/unary-ops.cpp
|
| 36 |
+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/binary-ops.cpp
|
| 37 |
)
|
| 38 |
endif()
|
| 39 |
|