BobMcDear / attorch

A subset of PyTorch's neural network modules, written in Python using OpenAI's Triton.
MIT License
483 stars 22 forks source link

Create setup.py #2

Closed huseinzol05 closed 6 months ago

huseinzol05 commented 6 months ago

Easy pip install

BobMcDear commented 6 months ago

Thank you very much for the pull request, however, I intentionally avoided pip install for attorch because significant changes & fixes are made very frequently, and the project should be considered in the alpha phase. Once it becomes more stable though, I will gladly add a setup.py.

huseinzol05 commented 6 months ago

thanks for the repo! I use it for daily reference

BobMcDear commented 6 months ago

It is a pleasure to hear that! If you encounter any rough edges, please feel free to open an Issue to discuss them.