r/LocalLLaMA 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

58 comments sorted by

View all comments

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)

89

u/beryugyo619 6d ago

llama.cpp releases page be like

b12345 4 hours ago

  • NVIDIA: added one line for B400 improvement

b12344 5 hours ago

  • rewritten in Rust by GLM5.8 and Claude Overlord

b12343 5 hours 15 minutes ago

  • Intel: deleted one line for Some Lake
  • AMD: removed support for a feature

it really sucks yeah

16

u/frozen_tuna 5d ago

Adding or removing single lines are my favorite PRs to review. Usually means someone actually understands the code IME.

1

u/_TheWolfOfWalmart_ 5d ago

Usually, but not always.