What's Changed
- Fix to LLMs android performance. Before 0.5.3 LLMs api was written native code and did not support model instantiation. With this fix we are migrating to cpp code with JSI while maintaining performace for LLMs while allowing to load multiple models at the same time.
- Fix to react-native-executorch not working on iPads
Full Changelog: v0.5.2...v0.5.3