Runtime note: glm5_next is a very new hybrid multimodal architecture.
Confirm your serving stack (vLLM / SGLang build) has Glm5Next support before
deploying; the weights here are standard compressed-tensors W4A16 and load via
the Marlin path once the architecture is recognized.
Streaming shard-by-shard RTN quantizer (one tensor in memory at a time — no GPU,
no large host RAM), architecture-agnostic: the routed-expert tensor set is taken
from the model's own index, packed via compressed_tensors.pack_to_int32 for a
bit-exact on-disk layout. Data-free (no calibration). Every layer verified present
(0–45), MTP + vision preserved, expert count checked against the source index.