llama.cpp hits v0.1.0
Llama.cpp v0.1.0
The llama.cpp project, a popular C/C++ implementation of Meta's LLaMA models, has reached its first official release, v0.1.0. This milestone marks a significant step in making large language models more accessible and efficient to run locally. The release includes various improvements and fixes, and the project continues to evolve with active development.
This is the first release of llama.cpp, marking a significant milestone in the project's history.
- ggerganov
Didn't expect this to pop up here - please ignore for now. We are preparing official semantic versioning of llama.cpp and it's almost ready, but not quite.
More info about the versioning process is here: https://github.com/ggml-org/ggml/discussions/1579
- tingletech
what's the significance of this? There is also a v0.1.1 from 4 hours ago, but these v0.1.x one's are on the releases tab https://github.com/ggml-org/llama.cpp/releases
seems like stray tags?
- asveikau
The github release pages for this project have me wondering who it is for. There are multiple releases per day. Also the Linux release binaries do not compile for CUDA.
It's more reasonable for a lot of people to just follow master and build from source.