Skip to content

v0.5.3

Choose a tag to compare

@mkopcins mkopcins released this 03 Sep 09:20
· 273 commits to main since this release

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