MCPcopy Create free account
hub / github.com/antirez/ds4 / config_validate_fixed_shape

Function config_validate_fixed_shape

ds4.c:3882–3884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3880 const uint8_t *ql = x[i].qs;
3881 const uint8_t *qh = x[i].qh;
3882 const uint8_t *scales = x[i].scales;
3883 const float *yb = y + (uint64_t)i * QK_K;
3884
3885 for (int group = 0; group < QK_K / 32; group++) {
3886 uint8_t sc_val, m_val;
3887 q4_k_get_scale_min(group, scales, &sc_val, &m_val);

Callers 1

config_validate_modelFunction · 0.85

Calls 1

config_expect_u32Function · 0.85

Tested by

no test coverage detected