Update README on requirements (nvcc and Pytorch)

This commit is contained in:
Tri Dao 2023-03-13 12:48:07 -07:00
parent 57ee618170
commit f28d61cb2a

View File

@ -40,7 +40,11 @@ to what's used in our paper.
## Beta release (0.2).
To install (requiring CUDA 11, NVCC, and an Turing or Ampere GPU):
Requirements:
- CUDA 11.4 and above.
- PyTorch 1.12 and above.
To install:
```sh
pip install flash-attn
```