Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)(and other quality metrics) of a model over a given text.

- <details open>
<summary>Measure the perplexity over a text file</summary>
Expand All @@ -459,9 +459,6 @@ 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)

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

#### Benchmark the performance of the inference for various parameters.
Expand Down