Skip to content

Releases: google/gemma.cpp

v0.1.4

Choose a tag to compare

@pculliton pculliton released this 25 Mar 18:04

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@pculliton pculliton released this 14 Mar 16:15
  • Support for PaliGemma 2 and Gemma 3.
  • Major update to MatMul and MatMul-using operations; significant performance increases in multiple parts of the codebase.
  • Codebase simplifications and refactors in many areas.
  • Bugfixes

What's Changed

Read more

v0.1.2

Choose a tag to compare

@austinvhuang austinvhuang released this 05 Apr 02:52
  • MQA implementation
  • Ops refactorings and optimizations
  • Bugfixes
  • Model exporting script (util/convert_weights.py)

Important Note: With the MQA implementation, older 2B model artifacts need to be updated. Please re-download weights from Kaggle and ensure you have the latest version (-mqa or version 3).

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@austinvhuang austinvhuang released this 15 Mar 18:18
  • Refactor library interfaces
  • Fixes to enable android and windows builds + general improvements to builds
  • Bazel builds
  • CI automation
  • Allow either HF or Kaggle (vs Kaggle only) for artifact downloads
  • Many small fixes and quality-of-life improvements from initial 0.1.0 release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@dan-zheng dan-zheng released this 22 Feb 19:11

Initial release.