Every checkpoint is trained, quantized, and validated on our own DGX B300 capacity in Canada — benchmarked in the open, and served through vLLM.
Frontier-tier open models — 600B+ parameter MoEs, long-context dense models — need real Blackwell silicon to train and serve at production scale. We operate it here.
What we've put on Hugging Face under open licenses — now past 56,000 downloads across six builds — and what we're calibrating next. Plus an invitation: if there's a model your team needs quantized in the open, we'd like to hear about it.
A 4-bit weight quant of Tencent's Hy3 (295B MoE, 21B active) that keeps the multi-token-prediction draft layer in BF16 — matching the FP8 release on quality at 57% of its footprint, and taking the high-concurrency throughput crown among 4-bit Hy3 quants. Routed experts to INT4 (g=128, GPTQ); attention, dense layer, shared expert, router, embeddings, LM head, and the MTP head all in BF16.
A 4-bit weight quant of GLM-5.2 (744B MoE) that keeps the multi-token-prediction draft head in BF16 — matching the FP8 release on quality, fitting on four H200s instead of eight, and the fastest of the popular 4-bit GLM-5.2 quants in the interactive serving regime. Routed experts to INT4 (g=128, GPTQ); attention, dense prefix, shared experts, router, embeddings, LM head, and the MTP head all in BF16.
The first NVFP4-FP8 quant of DeepSeek-V4-Pro with the MTP draft head preserved for vLLM speculative decoding. A byte-deterministic conversion of V4-Pro's native MXFP4+FP8 source to NVFP4 on 8× B300 SXM6 — shipped alongside the upstream vLLM patch that makes the flashinfer_trtllm NVFP4 MoE backend load it, merged the same day.
A W4A16 + FP8_BLOCK quant of DeepSeek-V4-Flash that keeps the MTP draft head at BF16 — the first build on this base where speculative decoding survives end-to-end through GPTQ calibration, transformers save, and vLLM load on Hopper. The reproduction repo documents three upstream silent-drop bugs and the fixup pipeline that routes around them.
Datacenter-Blackwell NVFP4 build of DeepSeek-V4-Flash with the MTP draft head retained on-disk, so vLLM serves it with --speculative-config method=mtp end-to-end. Same quant math as the comparable peer; the structural difference is that MTP survives calibration instead of being stripped at load time.
A W4A16 + FP8_BLOCK quant of DeepSeek-V4-Flash with a vLLM serving recipe. Runs on Hopper (H200) and two Blackwell SKUs (DGX Spark, RTX PRO 6000), built alongside the upstream patches it depends on. Open weights, no token required.
Each lands on Hugging Face under the base model's license when it's ready. Status updates: partnerships@cql.ca.
We ship one or two community quants per cycle. We're looking for:
First-look review within two weeks. Selected requests get a public reproduction repo and a model card under canada-quant/.