rdtand/Qwen3.6-27B-prismaquant-gridbook-5.5bit-vllm
Qwen3.6-27B — PrismaQuant gridbook 5.5-bit (gridbook formats, vLLM)
23.0 GB codebook-quantized Qwen3.6-27B (vision-language, MTP included) serving through stock vLLM with the open gridbook plugin — no fork, no core patches. Weights are stored as product-VQ codebook indices whose codebook values lie exactly on hardware grids (e4m3 / E2M1), so serving decodes into bit-standard FP8/NVFP4 tensors and runs on the same tensor-core GEMM paths a conventional checkpoint uses.
Measured quality (held-out KL vs the BF16 teacher)
Protocol: top-20 prompt_logprobs KL on a 12.3k-token held-out corpus (disjoint from calibration), 8,176 positions, all arms served back-to-back on one box against the same teacher capture — a strict relative comparison.
At matched size and matched body bitrate, the codebook ladder carries −77% KL versus the strongest conventional (NVFP4+FP8) artifact in this family. Same model, same bytes, same protocol — the delta is the format.
- Pre-ship validator: PASS — mean NLL 1.400/tok, p99 NLL 1.807 (thresholds 3.0 / 6.0)
- ToolEvalBench (hardmode, seed 1234, sequential): 87 / 100 (129/148) — family anchors on identical protocol: BF16 teacher 86, PrismaSCOUT 85, PrismaAURA-5.5 91; repeat churn band ±2–3
What's inside
Full per-Linear assignment ships in allocation/. Codebooks (cb_codebooks.pqcb) are shared per role family and total a few MB.
Serve this model
pip install gridbook # JIT-builds kernels for your GPU (capability >= 8.0 floor)
vllm serve rdtand/Qwen3.6-27B-prismaquant-gridbook-5.5bit-vllm \
--max-model-len 32768 --gpu-memory-utilization 0.90Honest limitations
- KL numbers are the relative protocol above, not the full-vocab exact-KL contract; the ranking is protocol-internal and same-session.
- ToolEvalBench ordering vs PrismaAURA-5.5 may differ from the KL ordering (task metrics churn ±2–3 points between serving configs).
- One box, one seed per benchmark.
Quantized with PrismaQuant (measurement-driven per-Linear format allocation); format spec and kernels: gridbook, Apache 2.0.
Contact: robert.tand@icloud.com
