Open
Description
NobodyWho doesn't currently ship binaries for iOS, but it is very feasible to do.
Laurence Putterman managed to fork the repo to get iOS exports working:
https://github.com/LaurencePutterman/nobodywho/tree/feature/ios-build-improvements
We should get these fixed integrated into NobodyWho proper.
I think the best way to do it is to add support for the aarch-apple-ios
target in llama-cpp-rs
Including the GGUF model in the exports can't be done in the "usual" way for mobile platforms, so we should implement a workaround (like copying the resource into user://
) before releasing ios builds.