mscheong01 / speculative_decoding.cLinks
minimal C implementation of speculative decoding based on llama2.c
☆25Updated last year
Alternatives and similar repositories for speculative_decoding.c
Users that are interested in speculative_decoding.c are comparing it to the libraries listed below
Sorting:
- High-Performance FP32 GEMM on CUDA devices☆117Updated last year
- Decoding Attention is specially optimized for MHA, MQA, GQA and MLA using CUDA core for the decoding stage of LLM inference.☆46Updated 7 months ago
- Implementation from scratch in C of the Multi-head latent attention used in the Deepseek-v3 technical paper.☆19Updated last year
- Framework to reduce autotune overhead to zero for well known deployments.☆95Updated 4 months ago
- Boosting 4-bit inference kernels with 2:4 Sparsity☆93Updated last year
- PipeInfer: Accelerating LLM Inference using Asynchronous Pipelined Speculation