|
@@ -9,6 +9,13 @@
|
|
|
|
|
|
|
|
Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
|
|
Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
|
|
|
|
|
|
|
|
|
|
+> [!IMPORTANT]
|
|
|
|
|
+> New `llama.cpp` package location: [ggml-org/llama.cpp](https://github.com/ggml-org/llama.cpp/pkgs/container/llama.cpp)
|
|
|
|
|
+>
|
|
|
|
|
+> Update your container URLs to: `ghcr.io/ggml-org/llama.cpp`
|
|
|
|
|
+>
|
|
|
|
|
+> More info: https://github.com/ggml-org/llama.cpp/discussions/11801
|
|
|
|
|
+
|
|
|
## Recent API changes
|
|
## Recent API changes
|
|
|
|
|
|
|
|
- [Changelog for `libllama` API](https://github.com/ggml-org/llama.cpp/issues/9289)
|
|
- [Changelog for `libllama` API](https://github.com/ggml-org/llama.cpp/issues/9289)
|