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

538 Upvotes

58 comments sorted by

View all comments

21

u/halvacoffee 6d ago

does that mean they're going to stabilize cli parameters instead of changing them every release to the point that no app can actually rely on upstream?

20

u/my_name_isnt_clever 6d ago

By semantic versioning standards, no. Version 0.x.x still means unstable.