2.0.2 (2026-07-05)
- checkout pinned llame-worker commit after clone (13c3da3)
2.0.1 (2026-07-05)
- correct package repository metadata (9c87674)
2.0.0 (2026-07-05)
- feat!: rewrite as LlamaVision multimodal bindings over llame-worker (f142bbe)
- add video streaming helper (aa1389f)
- rename prompt API (26b20ed)
- rename wrapper api to llameworker (541cf60)
- track namespaced camelCase core and rename native prompt method (255f752)
- use prompt core api (d752301)
- The API is now multimodal and promise-based.
new Llama()
initialize(path, {nGpuLayers}, {nContext})+prompt()returning a blocking TokenStream are replaced byawait LlamaVision.load({ modelPath, projectorPath, ... })andgenerate/stream. A multimodal projector is now required at load.
1.2.0 (2024-09-26)
- update llama-chat (762b0ca)
1.1.0 (2024-09-26)
- use new llama wrapper (01107f9)
1.0.10 (2024-07-27)
- types (da1d886)
1.0.9 (2024-07-27)
1.0.8 (2024-07-27)
- CI (345906d)
1.0.7 (2024-07-27)
- npm configuration (5083692)
1.0.6 (2024-07-27)
- npm configuration (e8fbe65)
1.0.5 (2024-07-27)
- npm configuration (91f2f33)
1.0.4 (2024-07-27)
- npm configuration (6511946)
1.0.3 (2024-07-27)
- npm configuration (3961f1e)
1.0.2 (2024-07-27)
- npm configuration (2e37c51)
1.0.1 (2024-07-27)
- npm configuration (cb28a9b)