Update installation instruction

This commit is contained in:
Tri Dao 2023-05-25 16:52:52 -07:00
parent cf4f0a39f3
commit ce68305c84

View File

@ -59,7 +59,7 @@ pip install flash-attn
Alternatively you can compile from source: Alternatively you can compile from source:
``` ```
python -m pip install . python setup.py install
``` ```
Interface: `src/flash_attention.py` Interface: `src/flash_attention.py`