From e840ccb5239c92f5f118fbdcb3288f844c4a9f8d Mon Sep 17 00:00:00 2001 From: Haiyue Wang Date: Thu, 17 Jul 2025 12:20:28 +0800 Subject: [PATCH] readme: update the llama.cpp github link (#11427) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ecbf4a710..7f5d4fb126 100644 --- a/README.md +++ b/README.md @@ -598,7 +598,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Supported backends -- [llama.cpp](https://github.com/ggerganov/llama.cpp) project founded by Georgi Gerganov. +- [llama.cpp](https://github.com/ggml-org/llama.cpp) project founded by Georgi Gerganov. ### Observability - [Opik](https://www.comet.com/docs/opik/cookbook/ollama) is an open-source platform to debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards. Opik supports native intergration to Ollama.