pub const HC_MULT: usize = 4;
The real reference implementation’s only supported hyper-connection multiplicity; build_hc_pre’s mix-tensor offsets are hardcoded to this split (GGML_ASSERT(hc == 4) in the real source).
build_hc_pre
GGML_ASSERT(hc == 4)