MHC_MIX_MAX_TOKENS

Constant MHC_MIX_MAX_TOKENS 

Source
pub const MHC_MIX_MAX_TOKENS: usize = 256;
Expand description

Token bound on the mix scratch. The GLM stack drives mHC one token at a time (the highway forces a serial prefill), so this is slack, not a shape — but glm_hc_pre REFUSES above it rather than writing past the allocation.