pub fn installed_meta() -> Option<(usize, usize, usize)>
The installed dictionary’s (sparsity, head_dim), or None if nothing is installed. The KV-cache layout consults this to size the dict-coded slots (Phase 4b step 3).
(sparsity, head_dim)
None