From fe67caaca50a4fb02ece314ef9fb62af6a925769 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 17 Dec 2024 11:07:38 -0500 Subject: [PATCH] docs: update link to ramalama on readme Link goes to https://github.com/ggerganov/RamaLama which does not exist. Updated the reference to correctly to go to https://github.com/containers/ramalama Signed-off-by: Charlie Drage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8d9d166..20320f0d4 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ To learn more about model quantization, [read this documentation](examples/quant -[^3]: [https://github.com/containers/ramalama](RamaLama) +[^3]: [https://github.com/containers/ramalama](https://github.com/containers/ramalama) ## [`llama-simple`](examples/simple)