Show HN: Attorch – PyTorch's nn module written in Python using OpenAI's Triton
4 points| bornaahz | 1 year ago |github.com
There already exist a number of wonderful PyTorch-like frameworks powered by Triton, but most concentrate solely on Transformers and NLP applications, whereas attorch aims to be more inclusive by also presenting a variety of layers pertaining to areas besides NLP such as computer vision. Moreover, attorch is not an inference-only package and fully supports both forward and backward passes, meaning it can be used during training as well as inference, though its performance for the latter is generally not on par with dedicated inference engines.
Questions and feedback are welcome in the comments sections.
No comments yet.