BlinkDL / RWKV-CUDALinks
The CUDA version of the RWKV language model ( https://github.com/BlinkDL/RWKV-LM )
☆223Updated 10 months ago
Alternatives and similar repositories for RWKV-CUDA
Users that are interested in RWKV-CUDA are comparing it to the libraries listed below
Sorting:
- Reorder-based post-training quantization for large language model☆194Updated 2 years ago
- ☆158Updated 2 years ago
- The official implementation of the EMNLP 2023 paper LLM-FP4☆217Updated last year
- ☆156Updated 2 years ago
- GPTQ inference Triton kernel☆311Updated 2 years ago
- Get down and dirty with FlashAttention2.0 in pytorch, plug in and play no complex CUDA kernels☆108Updated 2 years ago
- 🤖FFPA: Extend FlashAttention-2 with Split-D, ~O(1) SRAM complexity for large headdim, 1.8x~3x↑🎉 vs SDPA EA.☆226Updated 2 months ago
- An efficient GPU support for LLM inference with x-bit quantization (e.g. FP6,FP5).☆268Updated 3 months ago
- Standalone Flash Attention v2 kernel without libtorch dependency☆112Updated last year
- Tutorials for writing high-performance GPU operators in AI frameworks.☆133Updated 2 years ago
- Lightning Attention-2: A Free Lunch for Handling Unlimited Sequence Lengths in Large Language Models☆330Updated 8 months ago
- A collection of memory efficient attention operators implemented in the Triton language.☆283Updated last year
- A general 2-8 bits quantization toolbox with GPTQ/AWQ/HQQ/VPTQ, and export to onnx/onnx-runtime easily.☆180Updated 7 months ago
- LLaMa/RWKV onnx models, quantization and testcase☆367Updated 2 years ago
- Implementation of FlashAttention in PyTorch☆172Updated 9 months ago
- High-speed GEMV kernels, at most 2.7x speedup compared to pytorch baseline.☆120Updated last year
- Code repo for the paper "LLM-QAT Data-Free Quantization Aware Training for Large Language Models"☆317Updated 7 months ago
- Low-bit optimizers for PyTorch