]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
KL-divergence (#5076)
authorKawrakow <redacted>
Mon, 22 Jan 2024 14:10:14 +0000 (16:10 +0200)
committerGitHub <redacted>
Mon, 22 Jan 2024 14:10:14 +0000 (16:10 +0200)
commit6f9939d119b2d004c264952eb510bd106455531e
treebacfc729a033d1858019b53423d0ebc6afc26124
parent780e24a22eb595b705cbe8284771e9ceff1c4dd2
KL-divergence (#5076)

* kl-divergence: be able to save all logits to a file

* Add ability to compute KL-divergence

---------

Co-authored-by: Iwan Kawrakow <redacted>
common/common.cpp
common/common.h
examples/perplexity/perplexity.cpp