Installing Triton on Windows


Triton is not native to Windows and so is more easily installed in Linux (or the WSL for Windows users).
HOWEVER, there is a way to install a specific version (2.1) in Windows by downloading the following file:

https://huggingface.co/Kefasu/triton/blob/main/triton-2.1.0-cp310-cp310-win_amd64.whl

  1. Download the file
  2. open your virtual environment
  3. type: pip install triton-2.1.0-cp310-cp310-win_amd64.whl
  4. rejoice

Note that this is for version 2.1 and may or not work with later version requirements…

Leave a Reply

Your email address will not be published. Required fields are marked *