Releases: mybigday/llama.rn
Releases · mybigday/llama.rn
Release 0.3.0-rc.9
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.0
Bug Fixes
- android: default rope_freq_base / rope_freq_scale to 0 during recent breaking change (43e036e)
- cpp: incorrect num_tokens_predicted (6dd9865)
Features
Release 0.2.0
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
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
Bug Fixes
- android: arch check on init context (95519e4)
- example: typecheck (63a08cb)
Features
Release 0.2.0-rc.0
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
0.1.5 (2023-08-17)
Bug Fixes
- podspec: incorrect METAL_NDEBUG flag (e162586)
Features
Release 0.1.4
0.1.4 (2023-08-14)
Features
- add convertJsonSchemaToGrammar util (#6) (ce9201d)
- add tokenize & embedding function (fcf5a6d)
Release 0.1.3
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