Views
No views yet
sageattention-2.2.0+cu130torch2.11.0andhigher-cp39-abi3-linux_x86_64.whl| Component | Version |
|---|---|
| GPU | NVIDIA RTX 50 series (sm_120 Blackwell) |
| OS | Linux x86_64 |
| Python | 3.9+ (ABI3 stable — compatible with Python 3.9 or higher) |
| PyTorch | 2.11.0 or higher |
| CUDA | 13.0 or higher |
| Triton | compatible with your PyTorch version |
pip install sageattention-2.2.0+cu130torch2.11.0andhigher-cp39-abi3-linux_x86_64.whl --no-depsImportant: Always use--no-depsto prevent pip from overwriting your PyTorch installation.
1import torch
2print(torch.__version__)
3
4from sageattention import sageattn_varlen
5print("SageAttention 2.2.0 OK")