Skip to content

Releases: mybigday/llama.rn

Release 0.2.0

18 Sep 05:23
Compare
Choose a tag to compare

0.2.0 (2023-09-18)

Bug Fixes

  • example: incorrect proguard rule (ae7f262)

Features

  • android: check if need to use the default ndkVersion (41b67d4)
  • sync llama.cpp (#21) (50235c2)
  • sync llama.cpp & remove ggml-metal patch (ad965e4)

Release 0.2.0-rc.4

07 Sep 04:35
Compare
Choose a tag to compare
Release 0.2.0-rc.4 Pre-release
Pre-release

0.2.0-rc.4 (2023-09-07)

Bug Fixes

  • android: ignore android/build in npm package (178fab2)
  • android: var name of context result (120e67e)
  • ios: dispatch_release queue on refresh (614e909)
  • ts: memory_f16 type (9af95bc)
  • wait task finished on stop/release method (f61e18c)

Features

  • add native source into git (6d01be7)
  • android: avoid warning by use DeviceEventEmitter (b9487dd)

Release 0.2.0-rc.3

04 Sep 03:40
Compare
Choose a tag to compare
Release 0.2.0-rc.3 Pre-release
Pre-release

0.2.0-rc.3 (2023-09-04)

Bug Fixes

  • android: arch check on init context (95519e4)
  • example: typecheck (63a08cb)

Features

Release 0.2.0-rc.0

29 Aug 03:46
Compare
Choose a tag to compare
Release 0.2.0-rc.0 Pre-release
Pre-release

0.2.0-rc.0 (2023-08-29)

Bug Fixes

  • cpp: incorrect prob convert if the str is already a known token (d296d09)
  • ios: do manual release due to disabled ARC in pod (6623e96)
  • ios: incorrect sent_token_probs_index (ac7c554)
  • send rest of content on stop (8a4b863)

Features

Breaking changes

  • sync llama.cpp
    • A new file format has been introduced: GGUF
    • Tokenizer fixes and API change
    • GGUFv2 adds support for 64-bit sizes + backwards compatible
    • Added support for Falcon models

Release 0.1.5

17 Aug 04:45
Compare
Choose a tag to compare

0.1.5 (2023-08-17)

Bug Fixes

  • podspec: incorrect METAL_NDEBUG flag (e162586)

Features

Release 0.1.4

14 Aug 03:11
Compare
Choose a tag to compare

0.1.4 (2023-08-14)

Features

  • add convertJsonSchemaToGrammar util (#6) (ce9201d)
  • add tokenize & embedding function (fcf5a6d)

Release 0.1.3

11 Aug 02:05
Compare
Choose a tag to compare

0.1.3 (2023-08-11)

Bug Fixes

  • add prefix to avoid redef with other libraries using ggml (0b01bbb)
  • prompt_n in timings (db9da00)
  • use LM_GGML_USE_METAL to check ggml-metal not enabled (67f12ce)

Features