#attention (20 Repositories)
Ranked open-source repositories tagged with #attention, scored by pull request acceptance likelihood and maintainer engagement velocity.
15.8%
4.6h
20 repositories tagged #attention
harleyszhang/lite_llama
A light llama-like llm inference framework based on the triton kernel.
feichai0017/loom-infer
Rust-native GPU operator library for LLM inference, built with cuda-oxide
NVIDIA/cudnn-frontend
cuDNN Frontend is NVIDIA's modern, open-source entry point to the cuDNN library and a growing collection of high-performance open-source kernels.
flashinfer-ai/flashinfer
FlashInfer: Kernel Library for LLM Serving
mit-han-lab/spatten
[HPCA'21] SpAtten: Efficient Sparse Attention Architecture with Cascade Token and Head Pruning
chengchingwen/Transformers.jl
Julia Implementation of Transformer models
wushilian/CRNN_Attention_OCR_Chinese
CRNN with attention to do OCR,add Chinese recognition
DongjunLee/transformer-tensorflow
TensorFlow implementation of 'Attention Is All You Need (2017. 6)'
jmaczan/tiny-vllm
Build your own high performance LLM inference engine in C++ and CUDA - a smaller version of vLLM
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
feichai0017/orbitkv
OrbitKV: a Rust attention-state compiler and lifetime-safe KV block manager.
kaushalshetty/Structured-Self-Attention
A Structured Self-attentive Sentence Embedding
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
Gsunshine/Enjoy-Hamburger
[ICLR 2021 top 3%] Is Attention Better Than Matrix Decomposition?
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
flagos-ai/FlagAttention
A collection of memory efficient attention operators implemented in the Triton language.
cbaziotis/neat-vision
Neat (Neural Attention) Vision, is a visualization tool for the attention mechanisms of deep-learning models for Natural Language Processing (NLP) tasks. (framework-agnostic)
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
HadoopIt/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
hyunwoongko/transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"