vllm-project/llm-compressor : Quantization toolkit for LLM deployment with vLLM
- Add iMatrix weighted MSE observer and IMatrixGatherer : importance-weighted (E[x²]) range selection, no Hessian required
- Add norm calibration context for unit-offset RMSNorm (Gemma/Qwen3Next) : fixes AWQ/SmoothQuant on Gemma models
- Add MoE calibration module for GlmMoeDsa (GLM-5) : packed 3D tensor handling for MoE architectures
- Fix topological ordering in FX graph cleanup : erase_node crash fix for Granite4 GPTQ
- Handle packed weights in granite4 to_3d_expert (W4A16)
- Fix SmoothQuant regex for DeepSeek/GLM-5
- Add SmoothQuant mapping for GLM-5
- Add AWQ mapping for GLM-5
vllm-project/compressed-tensors : Safetensors extension for sparse and quantized tensor storage
- Fix cast_to_fp4 per-rank torch.compile recompilation : fixes dynamo recompile storm on NVFP4 MoE generation
- Support N-dimensional tensors in pack/unpack_int32 : fixes 3D MoE expert weight packing
NVFP4 kernel optimization on B200 (SOL-ExecBench, NVIDIA): median SOL 0.89 across 12 NVFP4 problems, benchmark of 235 real-model kernels scored by distance to the hardware roofline. Techniques: fused FP4 quantization, vectorized memory access, warp-level reduction, and a custom Blackwell 4-bit matmul (CUDA, tcgen05, async copies) where it mattered.
