mit-han-lab / llm-awq
[MLSys 2024 Best Paper Award] AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration
☆2,895Updated last week
Alternatives and similar repositories for llm-awq:
Users that are interested in llm-awq are comparing it to the libraries listed below
- AutoAWQ implements the AWQ algorithm for 4-bit quantization with a 2x speedup during inference. Documentation:☆2,048Updated 3 weeks ago
- Medusa: Simple Framework for Accelerating LLM Generation with Multiple Decoding Heads☆2,479Updated 9 months ago
- Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers".☆2,067Updated last year
- [ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models☆1,373Updated 8 months ago
- FlashInfer: Kernel Library for LLM Serving☆2,532Updated this week
- [ICML 2024] Break the Sequential Dependency of LLM Inference Using Lookahead Decoding☆1,221Updated 3 weeks ago
- S-LoRA: Serving Thousands of Concurrent LoRA Adapters☆1,810Updated last year
- Official Implementation of EAGLE-1 (ICML'24), EAGLE-2 (EMNLP'24), and EAGLE-3.☆1,113Updated last week
- An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.☆4,781Updated 2 weeks ago
- A library for accelerating Transformer models on NVIDIA GPUs, including using 8-bit floating point (FP8) precision on Hopper and Ada GPUs…☆2,311Updated last week
- LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalabili…☆3,064Updated this week
- Accessible large language models via k-bit quantization for PyTorch.☆6,868Updated last week
- MII makes low-latency and high-throughput inference possible, powered by DeepSpeed.☆1,998Updated last week
- Tools for merging pretrained large language models.☆5,498Updated this week
- Ongoing research training transformer language models at scale, including: BERT & GPT-2☆2,034Updated last week
- LMDeploy is a toolkit for compressing, deploying, and serving LLMs.☆5,969Updated this week
- A family of open-sourced Mixture-of-Experts (MoE) Large Language Models☆1,491Updated last year
- Transformers-compatible library for applying various compression algorithms to LLMs for optimized deployment with vLLM☆1,139Updated this week
- YaRN: Efficient Context Window Extension of Large Language Models☆1,455Updated 11 months ago
- ⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Pl…☆2,166Updated 5 months ago
- Minimalistic large language model 3D-parallelism training☆1,737Updated this week
- Serving multiple LoRA finetuned LLM as one☆1,044Updated 10 months ago
- 📖A curated list of Awesome LLM/VLM Inference Papers with codes: WINT8/4, FlashAttention, PagedAttention, MLA, Parallelism, etc. 🎉🎉☆3,732Updated last week
- [NeurIPS 2023] LLM-Pruner: On the Structural Pruning of Large Language Models. Support Llama-3/3.1, Llama-2, LLaMA, BLOOM, Vicuna, Baich…