31 repos
Techniques and implementations for accelerating large language model inference through speculative decoding, where a smaller draft model generates candidate tokens that a larger verifier model accepts or rejects in parallel. The cluster centers on optimized text generation pipelines, including quantized model variants (Qwen3, Gemma) and supporting infrastructure like SafeTensors format for efficient model loading. Most repositories appear to be model weights, checkpoints, or minimal wrapper implementations rather than core algorithmic frameworks.