Views
No views yet
internlm/Intern-S2-Mobius.model-mtp-head.safetensors — the MTP head weights (~463 MB).config.json — the checkpoint config with text_config.mtp_num_hidden_layers: 1 and the mtp-layer
quantization entries (mtp gate at 8-bit).omlx loads an MTP-enabled model as base weights plus this head:1# put the base repo on disk, then drop the head + config next to it:
2cp model-mtp-head.safetensors config.json <base-dir>/omlx build that ships the interns2_mobius MTP driver (nightscape/omlx,
add-interns2-mobius).omlx interns2_mobius
MTP driver. Stock mlx-lm does not load this head.--trust-remote-code is required (custom InternS1 tokenizer + interns2_mobius code).internlm/Intern-S2-Mobius
checkpoint, conversion and MLX port by this repo's authors.