]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
scripts: add script to compare logprobs of llama.cpp against other frameworks (#17947)
authorXuan-Son Nguyen <redacted>
Sat, 13 Dec 2025 21:33:29 +0000 (22:33 +0100)
committerGitHub <redacted>
Sat, 13 Dec 2025 21:33:29 +0000 (22:33 +0100)
commitc00ff929dcfd150234e62f30e863bca4f1337aee
treef2938972db15bf9249f0fd18d0155afe56c6dbe6
parent4ed2bae50d64dcff7f99cb2b28f737fda314abf5
scripts: add script to compare logprobs of llama.cpp against other frameworks (#17947)

* scripts: add script to compare logits of llama.cpp against other frameworks

* accept custom prompt file

* fix code style

* clarify endpoint

* fix displaying

* use abs for diff

* fix vllm case

* rm output file

* rename to compare-logprobs

* add "pattern"
scripts/compare-logprobs.py [new file with mode: 0644]