Skip to content

llamafile v0.9.2

Latest
Compare
Choose a tag to compare
@cjpais cjpais released this 03 Apr 16:29

Llamafile

Llamafile v0.9.2 is a significant release. It adds support for:

  • DeepSeek Distil R1 Models
  • Gemma 3
  • IBM Granite

LocalScore

In addition 0.9.2 introduces LocalScore, a benchmarking utility and website.

LocalScore is an open-source tool that both benchmarks how fast Large Language Models (LLMs) run on your specific hardware and serves as a repository for these results. We created LocalScore to provide a simple, portable way to evaluate computer performance across various LLMs while making it easy to share and browse hardware performance data.

LocalScore is now part of the release of Llamafile under the new CLI utility localscore

You can run it ./localscore -m <model>. It is also included in every llamafile so you can benchmark models on your hardware easily using ./llamafile --localscore.

LocalScore was created with support from Mozilla Builders.

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2