whats happening on llama.cpp

Reddit r/LocalLLaMA Tools

Summary

A significant update to llama.cpp requires all previously generated GGUF files to be regenerated, indicating a major breaking change to the model format.

something big should happend for them to call "Note: All GGUFs generated before this change will need to be regenerated." llamacpp website
Original Article

Similar Articles

Release b11003 · ggml-org/llama.cpp

Reddit r/LocalLLaMA

llama.cpp releases version b11003, a C/C++ tool for efficient large language model inference with minimal setup on a wide range of hardware.

What's in a GGUF, besides the weights – and what's still missing?

Hacker News Top

This article explores the GGUF file format used by llama.cpp for language models, highlighting its single-file convenience and the role of embedded chat templates and special tokens. It also compares different Jinja implementations and discusses what is still missing from the format.

Llama.cpp version 0.2.0 is out!

Reddit r/LocalLLaMA

Llama.cpp, a popular open-source tool for running LLaMA models, has released version 0.2.0 with changelog and pre-built binaries available on GitHub.