llm-efficiency-challenge/neurips_llm_efficiency_challenge
quality grade F, 34 out of 100NeurIPS Large Language Model Efficiency Challenge: 1 LLM + 1GPU + 1Day
- stars
- 260
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Making models smaller and faster: quantization, distillation, pruning, sparsity and kernel-level work.
Signals: quantization, model-compression, pruning, knowledge-distillation, gptq, awq, bitsandbytes, sparsity
184 results
NeurIPS Large Language Model Efficiency Challenge: 1 LLM + 1GPU + 1Day
Optimization Modeling Using mip Solvers and large language models
a toolkit on knowledge distillation for large language models
CUDA Agent: Large-Scale Agentic RL for High-Performance CUDA Kernel Generation
An efficient GPU support for LLM inference with x-bit quantization (e.g. FP6,FP5).
[ICLR 2026] ParoQuant: Pairwise Rotation Quantization for Efficient Reasoning LLM Inference
[ICML 2024] Quest: Query-Aware Sparsity for Efficient Long-Context LLM Inference
Summary of some awesome work for optimizing LLM inference
FlashRT is a high-performance realtime inference engine for small-batch, latency-sensitive AI workloads. The flagship integration is production VLA control for Pi0, Pi0.5, GROOT N1.6, and Pi0-FAST. Also support llm e.g, qwen3.6-27B
From teacher to tiles — a from-scratch LLM distillation & serving engine: custom Triton/CUDA kernels, FSDP distillation, paged-KV continuous batching, speculative decoding, a Rust gateway, a JAX oracle, and interpretability tooling.
Caveman Compression is a semantic compression method for LLM contexts. It removes predictable grammar while preserving the unpredictable, factual content that defines meaning.
[ICLR 2026]QeRL enables RL for 32B LLMs on a single H100 GPU.
[MLSys'25] QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM Serving; [MLSys'25] LServe: Efficient Long-sequence LLM Serving with Unified Sparse Attention
No description
No description
Awesome LLM compression research papers and tools.
Flux diffusion model implementation using quantized fp8 matmul & remaining layers use faster half precision accumulate, which is ~2x faster on consumer devices.
[NeurIPS 2023] UniPC: A Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models
A new adversarial purification method that uses the forward and reverse processes of diffusion models to remove adversarial perturbations.
[MLSys 2024 Best Paper Award] AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration
This repository collects papers for "A Survey on Knowledge Distillation of Large Language Models". We break down KD into Knowledge Elicitation and Distillation Algorithms, and explore the Skill & Vertical Distillation of LLMs.
Official Pytorch repository for Extreme Compression of Large Language Models via Additive Quantization https://arxiv.org/pdf/2401.06118.pdf and PV-Tuning: Beyond Straight-Through Estimation for Extreme LLM Compression https://arxiv.org/abs/2405.14852
Memory optimization and training recipes to extrapolate language models' context length to 1 million tokens, with minimal hardware.
The official implementation for [NeurIPS2025 Oral] Gated Attention for Large Language Models: Non-linearity, Sparsity, and Attention-Sink-Free
24,523 repositories in the index in total.