You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With iOS 27, Apple's guidance is that MLX is a build-time tool and Core AI is the runtime for shipping apps. We're evaluating exporting Kokoro's upstream PyTorch weights via coreai-torch instead, mainly because MLX on iOS has cost us:
background GPU restrictions — we gate generation on resignActive to avoid crashes
MLX aborting on the simulator, so voices can't be tested without a device
ANE would address the first two structurally. Is Core AI export something you're considering, or would a PR exploring it be welcome? Happy to share what we learn either way.
Thanks again for this package!
With iOS 27, Apple's guidance is that MLX is a build-time tool and Core AI is the runtime for shipping apps. We're evaluating exporting Kokoro's upstream PyTorch weights via coreai-torch instead, mainly because MLX on iOS has cost us:
ANE would address the first two structurally. Is Core AI export something you're considering, or would a PR exploring it be welcome? Happy to share what we learn either way.