keith2018 / TinyGPTLinks
Tiny C++11 GPT-2 inference implementation from scratch
☆62Updated 3 weeks ago
Alternatives and similar repositories for TinyGPT
Users that are interested in TinyGPT are comparing it to the libraries listed below
Sorting:
- Efficient inference of large language models.☆150Updated last month
- 分层解耦的深度学习推理引擎☆75Updated 5 months ago
- A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.☆54Updated last week
- Tutorials for writing high-performance GPU operators in AI frameworks.☆130Updated last year
- 使用 CUDA C++ 实现的 llama 模型推理框架☆58Updated 9 months ago
- ☆124Updated last year
- Decoding Attention is specially optimized for MHA, MQA, GQA and MLA using CUDA core for the decoding stage of LLM inference.☆40Updated last month
- CPM.cu is a lightweight, high-performance CUDA implementation for LLMs, optimized for end-device inference and featuring cutting-edge tec…☆169Updated last week
- ☆92Updated 4 months ago
- ☆32Updated 11 months ago
- qwen2 and llama3 cpp implementation☆45Updated last year
- ⚡️FFPA: Extend FlashAttention-2 with Split-D, achieve ~O(1) SRAM complexity for large headdim, 1.8x~3x↑ vs SDPA.🎉☆194Updated 2 months ago
- Standalone Flash Attention v2 kernel without libtorch dependency☆111Updated 10 months ago
- Efficient, Flexible, and Highly Fault-Tolerant Model Service Management Based on SGLang☆55Updated 9 months ago
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.