kyegomez / TritonTransformer

Transformer Implementation in Triton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Modality

Transformer in Triton

Triton enables ultra-fast speedups in machine learning due to fused kernels, this an ongoing attempt to implement the entire transformer model into triton for a massive speed increase.

So far we have the attention, now we need feedforward and rotary positional embeddings,

Installation

pip install triton-transformer

License

MIT

About

Transformer Implementation in Triton

License:MIT License


Languages

Language:Python 97.4%Language:Makefile 2.6%