Skip to content

Latest commit

 

History

History
117 lines (65 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

117 lines (65 loc) · 3.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-03-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flama - v0.0.2+2
  • flama_flutter - v0.0.2+2

flama_bindings - v0.0.1+3

  • FIX(flama_flutter_libs): iOS build is done (#6).

flama_example - v1.0.1

  • FIX(flama_flutter_libs): iOS build is done (#6).

flama_flutter_libs - v0.0.2+2

  • FIX(flama_flutter_libs): iOS build is done (#6).

2024-02-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flama - v0.0.2+1
  • flama_flutter - v0.0.2+1

flama_bindings - v0.0.1+2

  • FIX(flama_flutter_libs): iOS build is done (#6).

flama_flutter_libs - v0.0.2+1

  • FIX(flama_flutter_libs): iOS build is done (#6).

2024-02-04

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flama - v0.0.2

  • PERF(flama): fix and improve text generation methods for llama local model.
  • FEAT(flama): LlamaLocal wrapper for llama.cpp.

flama_bindings - v0.0.1+1

  • PERF(flama_bindings): improve llamaTokenToPiece.
  • FIX(flama_bindings): fix token to piece.

flama_flutter - v0.0.2

  • FEAT(flama_flutter): flama flutter tool to load and initialize model from assets.

flama_flutter_libs - v0.0.2

  • FEAT(flama_flutter_libs): macos dynamic library.