Skip to content

Latest commit

History

History
138 lines (67 loc) 路 5.57 KB

File metadata and controls

138 lines (67 loc) 路 5.57 KB

2.0.2 (2026-07-05)

Bug Fixes

  • checkout pinned llame-worker commit after clone (13c3da3)

2.0.1 (2026-07-05)

Bug Fixes

  • correct package repository metadata (9c87674)

2.0.0 (2026-07-05)

  • feat!: rewrite as LlamaVision multimodal bindings over llame-worker (f142bbe)

Features

  • 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)

BREAKING CHANGES

  • The API is now multimodal and promise-based. new Llama()
  • initialize(path, {nGpuLayers}, {nContext}) + prompt() returning a blocking TokenStream are replaced by await LlamaVision.load({ modelPath, projectorPath, ... }) and generate/stream. A multimodal projector is now required at load.

1.2.0 (2024-09-26)

Features

1.1.0 (2024-09-26)

Features

1.0.10 (2024-07-27)

Bug Fixes

1.0.9 (2024-07-27)

Bug Fixes

1.0.8 (2024-07-27)

Bug Fixes

1.0.7 (2024-07-27)

Bug Fixes

1.0.6 (2024-07-27)

Bug Fixes

1.0.5 (2024-07-27)

Bug Fixes

1.0.4 (2024-07-27)

Bug Fixes

1.0.3 (2024-07-27)

Bug Fixes

1.0.2 (2024-07-27)

Bug Fixes

1.0.1 (2024-07-27)

Bug Fixes

1.0.0 (2024-07-27)

Bug Fixes

Features

  • create simple example (60bb47f)
  • implement binding for runQueryStream (e18cb8c)
  • minimal llamacpp wrapper (48e53e4)