1 2 3 4 5
// GGML IQ4 non-linear reconstruction levels. MIT license: LICENSE.ggml. // Copyright (c) 2023-2026 The ggml authors. pub(crate) const IQ4_NL_VALUES: [i8; 16] = [ -127, -104, -83, -65, -49, -35, -22, -10, 1, 13, 25, 38, 53, 69, 89, 113, ];