Skip to content

Releases: software-mansion/react-native-executorch

0.5.15

29 Oct 14:25
70a1c44

Choose a tag to compare

What's Changed

Fixed bug on android where number of threads in threadpools could be set to 0 in effect freezing the library. (issue should only impact simulators)

Full Changelog: v0.5.14...v0.5.15

0.5.13

27 Oct 11:09
596af23

Choose a tag to compare

What's Changed

  • Remove CocoaPods cache step from iOS build workflow by @msluszniak in #654
  • Fixed bug impacting quality of llms responses and sometimes causing models to keep generating until max number of tokens is reached.

Full Changelog: v0.5.12...v0.5.13

v0.4.10

27 Oct 11:07
b0e1c8b

Choose a tag to compare

What's Changed

  • Fixed bug impacting quality of llms responses and sometimes causing models to keep generating until max number of tokens is reached.

Full Changelog: v0.4.9...v0.4.10

0.5.12

17 Oct 14:19
7a8d125

Choose a tag to compare

Fixed bug where special characters resulted in malformed utf-8 encodings when using both usSpeechToText and SpeechToTextModule API.

0.5.11

15 Oct 11:36
151d62d

Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.11

0.4.9

15 Oct 12:43
d26ec95

Choose a tag to compare

Changed jitpack target.

v0.5.10

09 Oct 14:39

Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10

v0.5.9

08 Oct 10:12

Choose a tag to compare

What's Changed

  • fix: useExecutorchModule not working by @jakmro in #637

Full Changelog: v0.5.8...v0.5.9

v0.5.8

02 Oct 14:27

Choose a tag to compare

What's Changed

  • Added missing getGeneratedTokenCount for LLMModule.ts

Full Changelog: v0.5.7...v0.5.8

v0.5.7

01 Oct 15:16

Choose a tag to compare

What's Changed

  • Added token batching during llm inference to reduce rerenders and improve performance
  • Improved threadpool configuration on iOS significantly increasing inference speed and reducing power consumption
  • Fix SQLite bug crashing app builds when SQLite is included from other libraries

Full Changelog: v0.5.6...v0.5.7