]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-quants : rename best_mad to best_error (ggml/1283)
authorDaniel Bevenius <redacted>
Tue, 24 Jun 2025 04:10:16 +0000 (06:10 +0200)
committerGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:06:39 +0000 (11:06 +0300)
commit497be7c01dab243100f9c42e0a763a746e42d038
tree065dec4442593d844bdc04a5cd58120aff73e522
parent79b33b231774d5c39c8df018e9a276becae6d41a
ggml-quants : rename best_mad to best_error (ggml/1283)

This commit renames the variable `best_mad` to `best_error` in the
`make_qkx2_quants` function.

The motivation for this is that the name `best_mad` can be somewhat
confusing if mean absolute deviation (MAD) is not in use.
ggml/src/ggml-quants.c