Skip to content

Commit 2be60cb

Browse files
authored
docs : fix link for tools/perplexity in README.md (#14780)
1 parent b526ad2 commit 2be60cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
436436

437437
## [`llama-perplexity`](tools/perplexity)
438438

439-
#### A tool for measuring the perplexity [^1][^2] (and other quality metrics) of a model over a given text.
439+
#### A tool for measuring the [perplexity](tools/perplexity/README.md) [^1] (and other quality metrics) of a model over a given text.
440440

441441
- <details open>
442442
<summary>Measure the perplexity over a text file</summary>
@@ -459,8 +459,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
459459

460460
</details>
461461

462-
[^1]: [tools/perplexity/README.md](./tools/perplexity/README.md)
463-
[^2]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity)
462+
[^1]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity)
464463

465464
## [`llama-bench`](tools/llama-bench)
466465

0 commit comments

Comments
 (0)