Spaces:
Running
Running
android : try to fix build
Browse files
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
CHANGED
|
@@ -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
|
|
|
|
| 33 |
)
|
| 34 |
endif()
|
| 35 |
|
|
|
|
| 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-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 |
|