Marconi snapshot-restore threshold: the shipped default, and the setter
spark serve uses to pin it from --marconi-min-tokens before anything
reads it. Re-exported rather than making model::mtp_carry public — the
rest of that module is internal.
The shipped threshold, and the only place it is written down.
Marconi snapshot-restore threshold: the shipped default, and the setter
spark serve uses to pin it from --marconi-min-tokens before anything
reads it. Re-exported rather than making model::mtp_carry public — the
rest of that module is internal.
Pin the restore threshold from --marconi-min-tokens, before anything
reads it.
True when the checkpoint ships HF-vanilla RMSNorm weights — i.e. the norm
weight is used as out = x * w / rms, not Qwen3-Next’s offset-from-1
out = x * (1 + w) / rms.