]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Move duplicated imatrix code into single common imatrix-loader.cpp (#22445)
authorBartowski <redacted>
Thu, 4 Jun 2026 15:45:40 +0000 (11:45 -0400)
committerGitHub <redacted>
Thu, 4 Jun 2026 15:45:40 +0000 (17:45 +0200)
commite7bcf1c3a8513429c913a619156eb4c905914e87
tree6b2ee1bd5d6dcf686e2d391d8c2b848745d98730
parent21444c822e3fcf5a5fed9a8930a5caf60c291a5e
Move duplicated imatrix code into single common imatrix-loader.cpp (#22445)

* Deduplicate imatrix loading code

* Add back LLAMA_TRACE, early exit on quantize missing metadata
common/CMakeLists.txt
common/imatrix-loader.cpp [new file with mode: 0644]
common/imatrix-loader.h [new file with mode: 0644]
tools/imatrix/imatrix.cpp
tools/quantize/quantize.cpp