Azure / MS-AMP
Microsoft Automatic Mixed Precision Library
☆525Updated last month
Related projects ⓘ
Alternatives and complementary repositories for MS-AMP
- Ring attention implementation with flash attention☆585Updated last week
- Zero Bubble Pipeline Parallelism☆281Updated last week
- USP: Unified (a.k.a. Hybrid, 2D) Sequence Parallel Attention for Long Context Transformers Model Training and Inference☆357Updated this week
- ☆289Updated 7 months ago
- Tutel MoE: An Optimized Mixture-of-Experts Implementation☆735Updated this week
- Official repository for LightSeq: Sequence Level Parallelism for Distributed Training of Long Context Transformers☆195Updated 3 months ago
- QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM Serving☆443Updated last week
- FP16xINT4 LLM inference kernel that can achieve near-ideal ~4x speedups up to medium batchsizes of 16-32 tokens.☆624Updated 2 months ago
- Pipeline Parallelism for PyTorch☆726Updated 2 months ago
- Transformers with Arbitrarily Large Context☆641Updated 3 months ago
- GPTQ inference Triton kernel☆284Updated last year
- [MLSys'24] Atom: Low-bit Quantization for Efficient and Accurate LLM Serving☆278Updated 4 months ago
- This repository contains the experimental PyTorch native float8 training UX☆211Updated 3 months ago
- [NeurIPS 2024] KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization☆305Updated 3 months ago
- [NeurIPS'23] H2O: Heavy-Hitter Oracle for Efficient Generative Inference of Large Language Models.☆391Updated 3 months ago
- A collection of memory efficient attention operators implemented in the Triton language.☆219Updated 5 months ago
- Code repo for the paper "LLM-QAT Data-Free Quantization Aware Training for Large Language Models"☆254Updated 2 months ago
- Applied AI experiments and examples for PyTorch☆166Updated 2 weeks ago
- This repository contains integer operators on GPUs for PyTorch.☆183Updated last year
- BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.☆420Updated this week
- Latency and Memory Analysis of Transformer Models for Training and Inference☆355Updated last week
- [ICML 2024] Break the Sequential Dependency of LLM Inference Using Lookahead Decoding☆1,149Updated last month
- Implementation of 💍 Ring Attention, from Liu et al. at Berkeley AI, in Pytorch☆476Updated 3 weeks ago
- An efficient GPU support for LLM inference with x-bit quantization (e.g. FP6,FP5).☆208Updated 3 weeks ago
- FlashInfer: Kernel Library for LLM Serving☆1,452Updated this week
- Code for paper: "QuIP: 2-Bit Quantization of Large Language Models With Guarantees"☆350Updated 8 months ago
- [ICML 2024] KIVI: A Tuning-Free Asymmetric 2bit Quantization for KV Cache☆241Updated last month
- Triton-based implementation of Sparse Mixture of Experts.