pub fn activate(path: &Path) -> Result<CertInfo, String>Expand description
User switch — ON. Load a certified dictionary from path and turn the dict-coded KV cache on
(QUALIA_LLM_KV_DICT). One call for “use the small KV cache”. Fail-closed via load_certified.
Take effect at the NEXT model load (the cache layout is chosen then), like the int8 toggle.