From: Georgi Gerganov Date: Sat, 15 Feb 2025 18:29:56 +0000 (+0200) Subject: readme : add notice about new package registry (#11890) X-Git-Tag: upstream/0.0.4853~130 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c2cd24fbfdfeacc2fc6ad03878379de104264114;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add notice about new package registry (#11890) * readme : add notice about new package registry * cont : fix whitespace --- diff --git a/README.md b/README.md index 1764cad8..f70c8ae1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ 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 - [Changelog for `libllama` API](https://github.com/ggml-org/llama.cpp/issues/9289)