]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : fix link for tools/perplexity in README.md (#14780)
authorAman Gupta <redacted>
Sun, 20 Jul 2025 18:13:47 +0000 (02:13 +0800)
committerGitHub <redacted>
Sun, 20 Jul 2025 18:13:47 +0000 (20:13 +0200)
README.md

index edde61238cb5f01990fdb516591d95885521eb9c..6768d5a3d7f0743afa69bf4fbf0bcd4570c4c218 100644 (file)
--- a/README.md
+++ b/README.md
@@ -436,7 +436,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
 
 ## [`llama-perplexity`](tools/perplexity)
 
-#### A tool for measuring the perplexity [^1][^2] (and other quality metrics) of a model over a given text.
+#### A tool for measuring the [perplexity](tools/perplexity/README.md) [^1] (and other quality metrics) of a model over a given text.
 
 - <details open>
     <summary>Measure the perplexity over a text file</summary>
@@ -459,8 +459,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
 
     </details>
 
-[^1]: [tools/perplexity/README.md](./tools/perplexity/README.md)
-[^2]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity)
+[^1]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity)
 
 ## [`llama-bench`](tools/llama-bench)