Update README.md

This commit is contained in:
Junya Morioka
2024-10-28 09:49:34 +09:00
committed by GitHub
parent 5195dde3eb
commit 598369ce79
+7
View File
@@ -8,3 +8,10 @@ I also build and provide combinations of CUDA and PyTorch that are not officiall
The building Github Actions Workflow can be found [here](./.github/workflows/build.yml).
The built packages is available on the [release page](https://github.com/mjun0812/flash-attention-prebuild-wheels/releases).
## Install
```bash
pip install https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.0/flash_attn-2.6.3+cu124torch2.5-cp312-cp312-linux_x86_64.whl
```