Escha Labs builds extreme low-bit compression for large language models. Our first public release, Qwen3.6-35B-A3B-Escha-W2, is a 2-bit build of a 35-billion-parameter Mixture-of-Experts model: 12.3 GB on disk, running on one consumer GPU (24 GB recommended, 16 GB minimum with a reduced context window), decoding 225 tokens/s on an RTX 4090, and scoring 100.2% of its FP8 evaluation baseline's unweighted mean across six capability benchmarks.
The model is quantized from the BF16 checkpoint, whose safetensors total 71.9 GB — a 5.85× size reduction. Quality is measured against an FP8 baseline (35.0 GB, 2.85×) because BF16 does not fit on a 24 GB card; FP8 is used as a full-precision proxy and tracks BF16 on these tasks, but is not itself full precision.
Weights and both serving runtimes are Apache-2.0 on Hugging Face: the model and escha-runtime-qwen3moe. Full machine-readable detail: /llms.txt and /llms-full.txt. Contact: ping@eschalabs.com.