Skip to content

Releases: software-mansion/react-native-executorch

v0.3.2

24 Mar 15:14
Compare
Choose a tag to compare

What's Changed

  • feat: optimize S2T modules, removed react-native-audio-api dependency (#140)
  • fix: handle local files (#150)
  • docs: update README with Product Hunt badge (#146)
  • add missing curly braces to example code snippet (#143)
  • ci: Add Android llama demo app build check (#133)
  • docs: added seo optimization (#142)
  • fix: remove redundant text from speech-to-text example app (#141)
  • Remove abstract pre/postprocess from BaseModel (#123)
  • feat: pre-commit code formatting (#107)
  • docs: Add a note of Expo Modules requirement in the docs (#132)
  • fix: Make yarn v1 work with react-native-executorch (#131)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Mar 15:30
375872a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Mar 15:10
00c3c35
Compare
Choose a tag to compare

We're excited to announce react-native-executorch v0.3.0. Packed with powerful new features to enhance your on-device AI experience 🎉

What's New

🗣️ Speech to Text– Transcribe your audio using Whisper and Moonshine
🎮 Speech to Text example - See how to integrate Speech to Text into your app
📖 OCR– Optical Character Recognition for extracting text from images
🚀 MPS Support – Optimized execution on iOS using Metal Performance Shaders
⚡ Hookless API – Run models outside of React components for greater flexibility
🧠 LLM Message History – Provide your LLMs with some context
⬇️ Background Model Downloads – Fetch models seamlessly in the background
📊 Benchmarks – Gain performance insights into AI models
🧪 vertical OCR - Experimental Optical Character Recognition for extracting vertical text from images

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Dec 14:17
b7138f5
Compare
Choose a tag to compare

What's Changed

We are proud to announce the v0.2.0 version of React Native ExecuTorch 🚀
With this release, you can easily integrate computer vision models into your React Native apps.

Support for computer vision models 👀 :

A hook for interacting directly with the ExecuTorch C++ Module API ⛓️ :

With this release, we also drop support for the React Native's old architecture, focusing on Fabric.
As always, we provide pre-exported models on our HuggingFace organization

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

03 Dec 08:26
15a867e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cetfu made their first contribution in #37

v0.1.2

25 Nov 10:39
fe00d6b
Compare
Choose a tag to compare

What's Changed

  • chore: update RnExecutorchModule.kt by @eltociear in #29
  • Add templates for bug reports, feature requests and pull requests by @jakmro in #30
  • ci: add llama example build (iOS) by @chmjkb in #32
  • Send a request to config.json when downloading model from HF repository by @chmjkb in #31

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Nov 18:12
6ad9f6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Nov 11:52
272e1b8
Compare
Choose a tag to compare

Features in this release

  1. Support for large language models
    • Llama 3.2 1B (QLoRA, Spin-Quant, unquantized)
    • Llama 3.2 3B (QLoRA, Spin-Quant, unquantized)
  2. New useLLM hook which allows to fetch and load models