Since there is no official pre-built wheel for PyTorch 2.11 (related: #2299), I built Docker-based wheels and uploaded them to a fork release.
Release page: v2.8.3-cu12-torch2.11
Download
Example:
pip install "https://github.com/lesj0610/flash-attention/releases/download/v2.8.3-cu12-torch2.11/flash_attn-2.8.3%2Bcu12torch2.11cxx11abiTRUE-cp312-cp312-linux_x86_64.whl"
Build environment
|
|
| flash-attention |
v2.8.3 |
| CUDA |
12.8 |
| PyTorch |
2.11 (stable) |
| Python |
3.10, 3.11, 3.12, 3.13 |
| CXX11 ABI |
TRUE |
| OS |
Ubuntu 24.04 |
Notes
- Community build only.
- Python 3.9 is not included because upstream
torch 2.11.0+cu128 does not publish Linux x86_64 cp39 wheels.
Since there is no official pre-built wheel for PyTorch 2.11 (related: #2299), I built Docker-based wheels and uploaded them to a fork release.
Release page: v2.8.3-cu12-torch2.11
Download
Example:
pip install "https://github.com/lesj0610/flash-attention/releases/download/v2.8.3-cu12-torch2.11/flash_attn-2.8.3%2Bcu12torch2.11cxx11abiTRUE-cp312-cp312-linux_x86_64.whl"Build environment
Notes
torch 2.11.0+cu128does not publish Linux x86_64cp39wheels.