From: Aman Gupta Date: Sun, 20 Jul 2025 18:13:47 +0000 (+0800) Subject: docs : fix link for tools/perplexity in README.md (#14780) X-Git-Tag: upstream/0.0.6073~126 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2be60cbc2707359241c2784f9d2e30d8fc7cdabb;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs : fix link for tools/perplexity in README.md (#14780) --- diff --git a/README.md b/README.md index edde6123..6768d5a3 100644 --- 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. -
Measure the perplexity over a text file @@ -459,8 +459,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
-[^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)