Views
No views yet
glm_moe_dsa, 744B, 256 experts × top-8, 78 layers) in colibrì's own
streaming-MoE container format.has_mtp=true) — opt-in via DRAFT=n.transformers, vLLM, or llama.cpp. It is the colibrì
engine's own on-disk container (out-*.safetensors + mtp-*.safetensors with .qs/.g
scale sidecars). Use it only with SpeedyColibri / colibrì.1# One command — downloads this container and serves an OpenAI-compatible API on :8080
2docker/run-dgx.sh --model Kanposer/GLM-5.2-speedy-colibri-nvfp4 serve 8080serve.sh downloads the container when it is missing, and fetch.sh is that download on its own:1scripts/fetch.sh glm-5.2 # 403 GB — budget the disk
2scripts/serve.sh glm-5.2 8080COLI_RAM_GB, DRAFT, COLI_CTX, …) and the measured performance record.| prefill | 7.7 tok/s (66.9 s) |
| decode | 1.0 tok/s end-to-end (1.0 forward-only) |
| serving | 1.0 tok/s median, 12 diverse prompts over HTTP |
prefill is a draw from a range on this box, not a fixed figure. The same binary and prompt read 62.0, 65.1, 66.9, 72.4 and 80.1 s across two days — 8.3 down to 6.4 tok/s — with no code change. A reboot resets it to the fast end and it degrades within ~20 minutes of repeated large-model streaming; GLM moves 403 GB through 121 GB of RAM, so page-cache and fragmentation state dominates. The figure above is one draw near the middle of that range. Treat roughly +-15% as the honest width, and do not compare it against a figure measured in a different session.decode is the noisiest column here. The eight reps behind that median spanned 0.98-1.07 tok/s forward-only in one session — a 9% spread with no code change. Treat a single suite as one draw, and do not read a difference against an earlier revision of this card as a speedup.zai-org/GLM-5.2
(MIT), quantized to NVFP4 by NVIDIA as
nvidia/GLM-5.2-NVFP4 (MIT), then
requantized/repacked into the colibrì container format by SpeedyColibri (no additional
loss — the modelopt NVFP4 experts are carried through directly). All credit for the model
weights is theirs; this repo only changes the on-disk layout for streaming inference.
Redistributed under MIT with attribution.