From cfdd2f0cf81236614eb2ed189a11758262a8087b Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Fri, 18 Apr 2025 13:21:51 +0530 Subject: [PATCH] fix: llama.cpp repo url in readme (#4921) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb820ddf9..ac823054a 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ This will build the app MacOS m1/m2 for production (with code signing already do Jan builds on top of other open-source projects: -- [llama.cpp](https://github.com/ggerganov/llama.cpp) +- [llama.cpp](https://github.com/ggml-org/llama.cpp) - [LangChain](https://github.com/langchain-ai) - [TensorRT](https://github.com/NVIDIA/TensorRT) - [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM)