v3.3.0-windows.post19
·
1509 commits
to readme
since this release
- Fix JIT compilation using Clang
Note again that Triton 3.3 only works with PyTorch >= 2.7, and Triton 3.2 only works with PyTorch >= 2.6 .
To install Triton 3.3 and prevent breaking with your installed PyTorch when a new version of Triton is released in future, you need to limit the version to be < 3.4:
pip install -U "triton-windows<3.4"