NanoGPT MatFormer currently asserts if mlp_bias=true when matformer_tier>0. This avoids silently ignoring bias in sliced MLP paths. Decide whether to fully support bias in MatFormer (slice and add bias in helper/standard paths) or keep this restriction with documentation/config validation.