Skip to content

Commit 3bacdc8

Browse files
committed
Remove footnotes to fix Github rendering issue
1 parent 1a0dd3b commit 3bacdc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 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)(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,9 +459,6 @@ To learn more about model quantization, [read this documentation](tools/quantize
459459

460460
</details>
461461

462-
[^1]: [https://github.com/ggml-org/llama.cpp/blob/master/tools/perplexity/README.md](./tools/perplexity/README.md)
463-
[^2]: [https://huggingface.co/docs/transformers/perplexity](https://huggingface.co/docs/transformers/perplexity)
464-
465462
## [`llama-bench`](tools/llama-bench)
466463

467464
#### Benchmark the performance of the inference for various parameters.

0 commit comments

Comments
 (0)