Skip to content

Releases: mybigday/llama.rn

Release 0.3.7

29 Jul 07:25
Compare
Choose a tag to compare

0.3.7 (2024-07-29)

Bug Fixes

  • cpp: correct validateModelChatTemplate fn (f9ed84a)

Features

  • example: add Chat Template in initial message (124cb6a)

Release 0.3.6

28 Jul 08:33
Compare
Choose a tag to compare

0.3.6 (2024-07-28)

Features

Release 0.3.5

27 Jul 08:20
Compare
Choose a tag to compare

0.3.5 (2024-07-27)

Bug Fixes

  • android: revert Debug comment (7972f83)
  • cpp: incomplete utf-8 character (3799cf8)
  • not init sampling before get embedding (#69) (1088300)

Features

Release 0.3.3

22 Jul 05:03
Compare
Choose a tag to compare

0.3.3 (2024-07-22)

Bug Fixes

  • add build for armv82 and v84 and sync llama.cpp (#67) (1942159)
  • android: loadSession not taking paths with file:// (#66) (39d1e05)

Release 0.3.2

29 May 01:55
Compare
Choose a tag to compare

0.3.2 (2024-05-29)

Features

Release 0.3.0

26 Apr 10:07
Compare
Choose a tag to compare

0.3.0 (2024-04-26)

Features

  • add model details in context (#52) (f2a4c53)
  • android, example: disable repeat penalties by default (cf685ad)
  • example: add missing commands help (4a53e68)
  • migrate to new session API (725117c)

Release 0.3.0-rc.18

25 Apr 05:59
Compare
Choose a tag to compare
Release 0.3.0-rc.18 Pre-release
Pre-release

0.3.0-rc.18 (2024-04-25)

Features

Release 0.3.0-rc.9

20 Dec 01:43
Compare
Choose a tag to compare
Release 0.3.0-rc.9 Pre-release
Pre-release

0.3.0-rc.9 (2023-12-20)

Bug Fixes

  • android: use THREAD_POOL_EXECUTOR (c294171)

Features

  • ios: use created dispatch_queue_t instead of main (b173d18)
  • jest: add bench mock (9df745c)

Release 0.3.0-rc.8

19 Dec 03:01
Compare
Choose a tag to compare
Release 0.3.0-rc.8 Pre-release
Pre-release

0.3.0-rc.8 (2023-12-19)

Features

Release 0.3.0-rc.0

11 Oct 04:08
Compare
Choose a tag to compare
Release 0.3.0-rc.0 Pre-release
Pre-release

0.3.0-rc.0 (2023-10-11)

Bug Fixes

  • android: default rope_freq_base / rope_freq_scale to 0 during recent breaking change (43e036e)
  • cpp: incorrect num_tokens_predicted (6dd9865)

Features