]> git.djapps.eu Git - pkg/ggml/sources/whisper.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 14:54:53 +0000 (17:54 +0300)
commit515df20351112d4c2722bd0a9094f02ad1488fb6
tree6389e302fdcedfde25f18533b2fdc7170785bf67
parentc88ffbf9baeaae8c2cc0a4f496618314bb2ee9e0
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