Skip to content

Releases: software-mansion/react-native-executorch

v0.4.8

29 Jul 07:21
829375d
Compare
Choose a tag to compare

What's Changed

  • fix: Executorchmodule BigInt64Array handling by @jakmro in #470
  • fix: error messages formatting by @jakmro in #476

Full Changelog: v0.4.7...v0.4.8

v0.4.7

09 Jul 13:59
edf188c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

25 Jun 12:26
Compare
Choose a tag to compare

Full Changelog: v0.4.5...v0.4.6

  • Changed version of executorch.aar to point to a specific release

v0.3.4

25 Jun 13:00
dea16ea
Compare
Choose a tag to compare

Relase Notes:

  • changed version of executorch.aar to point to specific release

v0.4.5

18 Jun 13:31
Compare
Choose a tag to compare
  • Fixes and new non-breaking features in useLLM and LLMModule (#406)

Full Changelog: v0.4.4...v0.4.5

v0.4.4

17 Jun 10:01
Compare
Choose a tag to compare
  • Fixes multilingual Whisper not using the multilingual token (#398)

Full Changelog: v0.4.3...v0.4.4

v0.4.3

05 Jun 14:27
Compare
Choose a tag to compare
  • Removed left over react-native-audio-api dependency
  • Fixed error when transcribing audio file shorter than windowSize + overlapSeconds (single chunk file) with transcribe method
  • Fixed being able to run inference on LLMs models when they are already generating a response.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 May 15:01
32b5713
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 May 13:48
3190691
Compare
Choose a tag to compare

Announcing React Native ExecuTorch v0.4.1 🎉

What’s new:

🧠 More LLMs - Integrate a wide range of LLMs into your React Native app
🔧 Tool calling capabilities - Enable LLMs to dynamically interact with APIs & tools
🔍 Text Embedding Models - Transform text into vectors for semantic tasks
🗣️ Multilingual Speech to Text - accurate transcription in multiple languages
🖼️ Image Segmentation - Generate precise masks for objects in images
🌐 Multilingual OCR - Extract text from images in multiple languages

Breaking Changes:

  • useLLM
  • LLMModule

New Contributors

Full Changelog: v0.3.3...v0.4.1

v0.3.3

12 May 11:51
Compare
Choose a tag to compare

What's Changed

  • fixed bug when using Expo SDK 53

Full Changelog: v0.3.2...v0.3.3