]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Slightly faster imatrix (#5050)
authorKawrakow <redacted>
Sun, 21 Jan 2024 06:01:20 +0000 (08:01 +0200)
committerGitHub <redacted>
Sun, 21 Jan 2024 06:01:20 +0000 (08:01 +0200)
commit726c0fa9a2da976e9c5d5c51e185d9dd453fc9e5
tree179f7281f068db98d5664ab520ccc054b21e2ab3
parent942c0107a7301434c0a5e7da46bc4cf2393aa556
Slightly faster imatrix (#5050)

* imatrix: speedup by avoiding unnecessary allocations and copies

* imatrix: add --no-ppl option to skip PPL calculations altogether

---------

Co-authored-by: Iwan Kawrakow <redacted>
examples/imatrix/imatrix.cpp