]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-quants : rename best_mad to best_error (#1283)
authorDaniel Bevenius <redacted>
Tue, 24 Jun 2025 04:10:16 +0000 (06:10 +0200)
committerGitHub <redacted>
Tue, 24 Jun 2025 04:10:16 +0000 (06:10 +0200)
commita70b4a7cdc9854f81af70bf689fd813c16cb826c
treeed1e8159bebde4bfc020f2a429099c040494b28a
parentb2a092a7000391461fb48764485e7105e78fed42
ggml-quants : rename best_mad to best_error (#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.
src/ggml-quants.c