mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-18 00:34:55 +02:00
a68f31edd7
In `llama-perplexity`, when using `--kl-divergence`, the KL divergence statistics output mistakenly displays the 99th percentile twice. This change fixes that and correctly displays the 90th percentile as originally intended (presumably).