Releases: software-mansion/react-native-executorch
Releases · software-mansion/react-native-executorch
v0.4.7
What's Changed
- chore: update aar path to point to branch instead of release by @NorbertKlockiewicz in #441
Full Changelog: v0.4.6...v0.4.7
v0.4.6
Full Changelog: v0.4.5...v0.4.6
- Changed version of executorch.aar to point to a specific release
v0.3.4
Relase Notes:
- changed version of executorch.aar to point to specific release
v0.4.5
v0.4.4
v0.4.3
- Removed left over react-native-audio-api dependency
- Fixed error when transcribing audio file shorter than
windowSize + overlapSeconds
(single chunk file) withtranscribe
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
What's Changed
- fix: use remote version of aar instead of local one by @NorbertKlockiewicz in #325
Full Changelog: v0.4.1...v0.4.2
v0.4.1
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
- @ArjunPatidarRadix made their first contribution in #141
- @softwarebyze made their first contribution in #143
- @patrycjakalinska made their first contribution in #284
Full Changelog: v0.3.3...v0.4.1
v0.3.3
v0.3.2
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