]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : refactor llama_model_quantize_params to expose a pure C interface (#20346)
authorEd Addario <redacted>
Wed, 1 Apr 2026 05:43:00 +0000 (06:43 +0100)
committerGitHub <redacted>
Wed, 1 Apr 2026 05:43:00 +0000 (08:43 +0300)
commit49512502359b9d3a5ea589c215396513c53fe064
treec4dbf325673b225bcc084d24706f35585b5b78d5
parent82764c341a182218f9c391774e2013400e5f4b29
llama : refactor llama_model_quantize_params to expose a pure C interface (#20346)

* Refactor llama_model_quantize_params to expose a pure C interface

* Restore comment and cleanup struct def

* Code review refactoring

Co-authored-by: Georgi Gerganov <redacted>
* Code review refactoring

---------

Co-authored-by: Georgi Gerganov <redacted>
include/llama.h
src/llama-quant.cpp
tools/quantize/quantize.cpp