whisper.cpp
whisper.cpp copied to clipboard
Problem compiling to arm64 architecture
I am trying to integrate this into a react-native app, I am compiling for iOS and getting the following error.
Undefined symbols for architecture arm64 ┌─ Symbol: _ggml_add └─ Referenced from: whisper_encode_internal(whisper_context&, whisper_state&, int, int) in libreact-native-jsi-template.a(whisper.o)
[RUN_FASTLANE] ❌ ld: symbol(s) not found for architecture arm64
[RUN_FASTLANE] ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas on how to proceed?