]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix KLD percentile output (#15999)
authorddh0 <redacted>
Mon, 15 Sep 2025 07:54:57 +0000 (02:54 -0500)
committerGitHub <redacted>
Mon, 15 Sep 2025 07:54:57 +0000 (09:54 +0200)
commita68f31edd71cc39141113f05f7133a3e9ece8c61
tree1ac3181890dff4339167c50f0c4625c7250c4b41
parentb8e09f08b9a91c0401bc67d17a17c90756420346
fix KLD percentile output (#15999)

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).
tools/perplexity/perplexity.cpp