From e679f009a0be52597668093fdfecf6062d4f83ac Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:25:44 +0700 Subject: [PATCH] docs(readme): relative links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 139242dd9e914..382c670410fc2 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ To learn more about model quantization, [read this documentation](examples/quant -[^1]: [examples/perplexity/README.md](/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md) +[^1]: [examples/perplexity/README.md](./examples/perplexity/README.md) [^2]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity) ## [`llama-bench`](examples/llama-bench)