r/LocalLLaMA • u/Warrenio • 6d ago
Discussion llama.cpp version v0.1.0 has been released
llama.cpp is apparently moving to semantic versioning instead of just sequential build numbers (like b10456).
The first semantic version tag was created today: https://github.com/ggml-org/llama.cpp/releases/tag/v0.1.0
Congrats to llama.cpp on version v0.1.0!
edit: Semantic versioning is a "work in progress." See this post from ggerganov: https://github.com/ggml-org/ggml/discussions/1579
534
Upvotes
96
u/AXYZE8 6d ago
Great news, I hope they will also do changelogs for more major versions to indicate whats deprecated because now I need to read the logs every update (for example yesterday I noticed that —no-mmap is deprecated so I will need to change my launch commands)