AIAny
AI Model2026
Icon for item

GLM-5.2 — colibrì int4 container

Provides pre-converted colibrì-format int4 weights so GLM-5.2 (744B MoE) can run by streaming routed experts from disk on a consumer machine with ~25 GB RAM. Includes MTP shard for lossless speculative decoding; requires the colibrì engine and ~400 GB NVMe.

Introduction

Running very large Mixture-of-Experts (MoE) models locally usually demands huge disk space, long conversions and specialized runtimes. This colibrì-format container removes the conversion step: it supplies token-identical int4 weights and auxiliary files so GLM-5.2 (744B MoE) can be executed by streaming experts from NVMe, enabling inference on machines with modest RAM.

What Sets It Apart
  • Pre-converted, engine-native format: weights are stored as packed int4 nibbles plus per-row float32 scales using the exact math that colibrì's C kernels expect, avoiding local FP8→int4 conversion time and rounding differences.
  • Expert streaming for low memory footprint: routed experts are kept on disk and streamed on demand, allowing a ~25 GB RAM inference footprint on consumer hardware while hosting ~21,504 experts.
  • MTP multi-token-prediction shard included: supports lossless speculative decoding for higher throughput without changing model semantics.
  • Not interoperable with common quant formats: this is neither GGUF nor AWQ/GPTQ — it only works with the colibrì engine.
Who It's For and Trade-offs

Great fit if you need to run GLM-5.2 locally without spending days converting a 756 GB FP8 checkpoint and you can provide a fast local NVMe (ext4) volume. The container is MIT-licensed and is convenient for experimentation and inference on CPUs (AVX2) or WSL2 setups. Look elsewhere if you require GGUF/AWQ/GPTQ tooling, GPU-native formats, network-mounted storage, or a portable single-file model: the design expects local NVMe, the colibrì runtime, and ~400 GB free disk. Also, this repo is an engine-specific derivative—operational details (engine build, exact runtime flags) remain with colibrì's project docs.

Information

Categories

More Items

Hugging Face
AI Model2026

Provides a GGUF-quantized build of GLM-5.3-Flash for local text-generation and inference. Key features: 320B total / 18B active parameters, hybrid sparse+linear attention, native multimodal pretraining and Unsloth Dynamic quantization. Best for developers running GGUF local inference workflows.

Hugging Face
AI Model2026

GGUF-quantized build of Qwen3.8-Flash-Next for image-text-to-text inference and local deployment. Ships with Unsloth Dynamic 3.0 quantization, thinking-mode controls (preserve_thinking, reasoning_effort), and native long-context support (262k, extensible to 1M with YaRN).

Hugging Face
AI Model2026

A natively multimodal model for text and image→text generation, long-context reasoning, and complex coding/agent workloads. Uses 320B total / 18B active params with a hybrid sparse+linear attention and manifold-constrained hyper-connections to reduce long-context serving cost.